#CC05E6

Color #CC05E6 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #CC05E6

Tints of Deep Magenta #CC05E6

Color information

#CC05E6 (or 0xCC05E6) is unknown color: approx Deep Magenta. HEX triplet: CC, 05 and E6. RGB value is (204,5,230). Sum of RGB (Red+Green+Blue) = 204+5+230=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 5 (2.34% from 255 or 1.14% from 439); Blue value is 230 (90.23% from 255 or 52.39% from 439); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC05E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC05E6 is #33FA19. Grayscale: #595959. Windows color (decimal): -3406362 or 15074764. OLE color: 15074764.

HSL color Cylindrical-coordinate representation of color #CC05E6: hue angle of 293.07º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC05E6 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB2045230-
CMYK0.110.9800.10
HSL293.07º95.74%46.08%-
HSV(B)293.07º97.83%90.2%-
XYZ39.2418.6676.4-
YUV90.15206.93209.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 46.47%
GREEN value IS 5 (2.34% from 255) = 1.14%
BLUE value IS 230 (90.23% from 255) = 52.39%
R=46.47%
G=1.14%
B=52.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal20452300.110.9800.10293.0795.7446.08
HexCC5E6B620A125602e
Octal31453461314201244514056
Binary110011001011110011010111100010010101001001011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC05E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC05E6; }

 p { color: rgb(204,5,230); }

 H1.HeaderClassName
 {
   color: #CC05E6;
 }
 .AnyTagClassName
 {
   color: #CC05E6;
 }
</style>
background-color css

<style>
 a { background-color: #CC05E6; }

 a { background-color: rgb(204,5,230); }

 div.DivClassName
 {
   background-color: #CC05E6;
 }
 .BgClassName
 {
   background-color: #CC05E6;
 }
</style>
border-color css

<style>
 span { border-color: #CC05E6; }

 span { border-color: rgb(204,5,230); }

 td.TdClassName
 {
   border-color: #CC05E6;
 }
 .TagClassName
 {
   border-color: #CC05E6;
 }
</style>