Html Css Color HEX #CC00DF Deep Magenta

📋 copy color: '#CC00DF'

red 204 ◦ green 0 ◦ blue 223

#CC00DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #CC00DF

Tints of Deep Magenta #CC00DF

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 value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC00DF (or 0xCC00DF) is known color: 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

RGB 204 0 223 -
CMYK 0.09 1 0 0.13
HSL 294.89º 1% 0.44% -
HSV(B) 294.89º 1% 0.87% -
XYZ 38.22 18.17 71.3 -
YUV 86.42 205.09 211.87 -
System Red Green Blue C M Y K H S L
Decimal 204 0 223 0.09 1 0 0.13 294.89 1 0.44
Hex CC 0 DF 9 64 0 D 127 64 2C
Octal 314 0 337 11 144 0 15 447 144 54
Binary 11001100 0 11011111 1001 1100100 0 1101 100100111 1100100 101100

Color Harmonies of #CC00DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC00DF

Black with #CC00DF

Text Example


Text Example

White with #CC00DF

Text Example


Text Example

HTML Codes & Css Web 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>