#CC05CD

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

Shades of Deep Magenta #CC05CD

Tints of Deep Magenta #CC05CD

Color information

#CC05CD (or 0xCC05CD) is unknown color: approx Deep Magenta. HEX triplet: CC, 05 and CD. RGB value is (204,5,205). Sum of RGB (Red+Green+Blue) = 204+5+205=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 5 (2.34% from 255 or 1.21% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC05CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC05CD is #33FA32. Grayscale: #565656. Windows color (decimal): -3406387 or 13436364. OLE color: 13436364.

HSL color Cylindrical-coordinate representation of color #CC05CD: hue angle of 299.7º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC05CD is Cyan = 0.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB2045205-
CMYK0.000.9800.20
HSL299.7º95.24%41.18%-
HSV(B)299.7º97.56%80.39%-
XYZ35.9817.3559.21-
YUV87.3194.43211.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.28%
GREEN value IS 5 (2.34% from 255) = 1.21%
BLUE value IS 205 (80.47% from 255) = 49.52%
R=49.28%
G=1.21%
B=49.52%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20452050.000.9800.20299.795.2441.18
HexCC5CD06201412c5f29
Octal3145315014202445413751
Binary1100110010111001101011000100101001001011001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC05CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC05CD; }

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

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

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

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

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

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

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

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