Html Css Color HEX #CC02B6 Deep Magenta

📋 copy color: '#CC02B6'

red 204 ◦ green 2 ◦ blue 182

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

Shades of Deep Magenta #CC02B6

Tints of Deep Magenta #CC02B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 46.91%

R = 52.58%
G = 0.52%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CC02B6 (or 0xCC02B6) is known color: Deep Magenta. HEX triplet: CC, 02 and B6. RGB value is (204,2,182). Sum of RGB (Red+Green+Blue) = 204+2+182=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 2 (1.17% from 255 or 0.52% from 388); Blue value is 182 (71.48% from 255 or 46.91% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC02B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC02B6 is #33FD49. Grayscale: #525252. Windows color (decimal): -3407178 or 11928268. OLE color: 11928268.

HSL color Cylindrical-coordinate representation of color #CC02B6: hue angle of 306.53º 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 #CC02B6 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 2 182 -
CMYK 0 0.99 0.11 0.2
HSL 306.53º 0.98% 0.4% -
HSV(B) 306.53º 0.99% 0.8% -
XYZ 33.37 16.26 45.64 -
YUV 82.92 183.92 214.36 -
System Red Green Blue C M Y K H S L
Decimal 204 2 182 0 0.99 0.11 0.2 306.53 0.98 0.4
Hex CC 2 B6 0 63 B 14 133 62 28
Octal 314 2 266 0 143 13 24 463 142 50
Binary 11001100 10 10110110 0 1100011 1011 10100 100110011 1100010 101000

Color Harmonies of #CC02B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC02B6

Black with #CC02B6

Text Example


Text Example

White with #CC02B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC02B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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