Html Css Color HEX #CC02BE Deep Magenta

📋 copy color: '#CC02BE'

red 204 ◦ green 2 ◦ blue 190

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

Shades of Deep Magenta #CC02BE

Tints of Deep Magenta #CC02BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.98%

R = 51.52%
G = 0.51%
B = 47.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC02BE (or 0xCC02BE) is known color: Deep Magenta. HEX triplet: CC, 02 and BE. RGB value is (204,2,190). Sum of RGB (Red+Green+Blue) = 204+2+190=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 2 (1.17% from 255 or 0.51% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC02BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC02BE is #33FD41. Grayscale: #535353. Windows color (decimal): -3407170 or 12452556. OLE color: 12452556.

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

Color convert

RGB 204 2 190 -
CMYK 0 0.99 0.07 0.2
HSL 304.16º 0.98% 0.4% -
HSV(B) 304.16º 0.99% 0.8% -
XYZ 34.22 16.6 50.12 -
YUV 83.83 187.92 213.71 -
System Red Green Blue C M Y K H S L
Decimal 204 2 190 0 0.99 0.07 0.2 304.16 0.98 0.4
Hex CC 2 BE 0 63 7 14 130 62 28
Octal 314 2 276 0 143 7 24 460 142 50
Binary 11001100 10 10111110 0 1100011 111 10100 100110000 1100010 101000

Color Harmonies of #CC02BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC02BE

Black with #CC02BE

Text Example


Text Example

White with #CC02BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC02BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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