#cc00df

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

Shades of Deep Magenta #CC00DF

Tints of Deep Magenta #CC00DF

Color information

#CC00DF (or 0xCC00DF) is unknown color: approx Deep Magenta. HEX triplet: CC, 00 and DF. RGB value is (204,0,223). Sum of RGB (Red+Green+Blue) = 204+0+223=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 0 (0.39% from 255 or 0% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC00DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC00DF is #33FF20. Grayscale: #555555. Windows color (decimal): -3407649 or 14614732. OLE color: 14614732.

HSL color Cylindrical-coordinate representation of color #CC00DF: hue angle of 294.89º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC00DF is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2040223-
CMYK0.09100.13
HSL294.89º100%43.73%-
HSV(B)294.89º100%87.45%-
XYZ38.2218.1771.3-
YUV86.42205.09211.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 223 (87.5% from 255) = 52.22%
R=47.78%
G=0%
B=52.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal20402230.09100.13294.8910043.73
HexCC0DF9640D127642c
Octal31403371114401544714454
Binary1100110001101111110011100100011011001001111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc00df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc00df; }

 p { color: rgb(204,0,223); }

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

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

 a { background-color: rgb(204,0,223); }

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

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

 span { border-color: rgb(204,0,223); }

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