Html Css Color HEX #CC02AC Deep Magenta

📋 copy color: '#CC02AC'

red 204 ◦ green 2 ◦ blue 172

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

Shades of Deep Magenta #CC02AC

Tints of Deep Magenta #CC02AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.5%

R = 53.97%
G = 0.53%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC02AC (or 0xCC02AC) is known color: Deep Magenta. HEX triplet: CC, 02 and AC. RGB value is (204,2,172). Sum of RGB (Red+Green+Blue) = 204+2+172=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 2 (1.17% from 255 or 0.53% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC02AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC02AC is #33FD53. Grayscale: #515151. Windows color (decimal): -3407188 or 11272908. OLE color: 11272908.

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

Color convert

RGB 204 2 172 -
CMYK 0 0.99 0.16 0.2
HSL 309.5º 0.98% 0.4% -
HSV(B) 309.5º 0.99% 0.8% -
XYZ 32.37 15.86 40.38 -
YUV 81.78 178.92 215.18 -
System Red Green Blue C M Y K H S L
Decimal 204 2 172 0 0.99 0.16 0.2 309.5 0.98 0.4
Hex CC 2 AC 0 63 10 14 136 62 28
Octal 314 2 254 0 143 20 24 466 142 50
Binary 11001100 10 10101100 0 1100011 10000 10100 100110110 1100010 101000

Color Harmonies of #CC02AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC02AC

Black with #CC02AC

Text Example


Text Example

White with #CC02AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC02AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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