Html Css Color HEX #CC02BB Deep Magenta

📋 copy color: '#CC02BB'

red 204 ◦ green 2 ◦ blue 187

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

Shades of Deep Magenta #CC02BB

Tints of Deep Magenta #CC02BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.58%

R = 51.91%
G = 0.51%
B = 47.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC02BB (or 0xCC02BB) is known color: Deep Magenta. HEX triplet: CC, 02 and BB. RGB value is (204,2,187). Sum of RGB (Red+Green+Blue) = 204+2+187=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 2 (1.17% from 255 or 0.51% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC02BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC02BB is #33FD44. Grayscale: #525252. Windows color (decimal): -3407173 or 12255948. OLE color: 12255948.

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

Color convert

RGB 204 2 187 -
CMYK 0 0.99 0.08 0.2
HSL 305.05º 0.98% 0.4% -
HSV(B) 305.05º 0.99% 0.8% -
XYZ 33.89 16.47 48.41 -
YUV 83.49 186.42 213.96 -
System Red Green Blue C M Y K H S L
Decimal 204 2 187 0 0.99 0.08 0.2 305.05 0.98 0.4
Hex CC 2 BB 0 63 8 14 131 62 28
Octal 314 2 273 0 143 10 24 461 142 50
Binary 11001100 10 10111011 0 1100011 1000 10100 100110001 1100010 101000

Color Harmonies of #CC02BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC02BB

Black with #CC02BB

Text Example


Text Example

White with #CC02BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC02BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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