Html Css Color HEX #CC02CB Deep Magenta

📋 copy color: '#CC02CB'

red 204 ◦ green 2 ◦ blue 203

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

Shades of Deep Magenta #CC02CB

Tints of Deep Magenta #CC02CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.63%

R = 49.88%
G = 0.49%
B = 49.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC02CB (or 0xCC02CB) is known color: Deep Magenta. HEX triplet: CC, 02 and CB. RGB value is (204,2,203). Sum of RGB (Red+Green+Blue) = 204+2+203=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 2 (1.17% from 255 or 0.49% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC02CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC02CB is #33FD34. Grayscale: #545454. Windows color (decimal): -3407157 or 13304524. OLE color: 13304524.

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

Color convert

RGB 204 2 203 -
CMYK 0 0.99 0.00 0.2
HSL 300.3º 0.98% 0.4% -
HSV(B) 300.3º 0.99% 0.8% -
XYZ 35.7 17.19 57.94 -
YUV 85.31 194.42 212.66 -
System Red Green Blue C M Y K H S L
Decimal 204 2 203 0 0.99 0.00 0.2 300.3 0.98 0.4
Hex CC 2 CB 0 63 0 14 12C 62 28
Octal 314 2 313 0 143 0 24 454 142 50
Binary 11001100 10 11001011 0 1100011 0 10100 100101100 1100010 101000

Color Harmonies of #CC02CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC02CB

Black with #CC02CB

Text Example


Text Example

White with #CC02CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC02CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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