Html Css Color HEX #CC02DF Deep Magenta

📋 copy color: '#CC02DF'

red 204 ◦ green 2 ◦ blue 223

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

Shades of Deep Magenta #CC02DF

Tints of Deep Magenta #CC02DF

RGB

 RED value IS 204 (80.08% from 255) = 47.55%

 GREEN value IS 2 (1.17% from 255) = 0.47%

 BLUE value IS 223 (87.5% from 255) = 51.98%

R = 47.55%
G = 0.47%
B = 51.98%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC02DF (or 0xCC02DF) is known color: Deep Magenta. HEX triplet: CC, 02 and DF. RGB value is (204,2,223). Sum of RGB (Red+Green+Blue) = 204+2+223=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 2 (1.17% from 255 or 0.47% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC02DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC02DF is #33FD20. Grayscale: #565656. Windows color (decimal): -3407137 or 14615244. OLE color: 14615244.

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

Color convert

RGB 204 2 223 -
CMYK 0.09 0.99 0 0.13
HSL 294.84º 0.98% 0.44% -
HSV(B) 294.84º 0.99% 0.87% -
XYZ 38.24 18.21 71.31 -
YUV 87.59 204.42 211.03 -
System Red Green Blue C M Y K H S L
Decimal 204 2 223 0.09 0.99 0 0.13 294.84 0.98 0.44
Hex CC 2 DF 9 63 0 D 127 62 2C
Octal 314 2 337 11 143 0 15 447 142 54
Binary 11001100 10 11011111 1001 1100011 0 1101 100100111 1100010 101100

Color Harmonies of #CC02DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC02DF

Black with #CC02DF

Text Example


Text Example

White with #CC02DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC02DF; }

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

 H1.HeaderClassName
 {
   color: #CC02DF;
 }
 .AnyTagClassName
 {
   color: #CC02DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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