Html Css Color HEX #CC02CE Deep Magenta

📋 copy color: '#CC02CE'

red 204 ◦ green 2 ◦ blue 206

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

Shades of Deep Magenta #CC02CE

Tints of Deep Magenta #CC02CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50%

R = 49.51%
G = 0.49%
B = 50%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC02CE (or 0xCC02CE) is known color: Deep Magenta. HEX triplet: CC, 02 and CE. RGB value is (204,2,206). Sum of RGB (Red+Green+Blue) = 204+2+206=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 2 (1.17% from 255 or 0.49% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC02CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC02CE is #33FD31. Grayscale: #555555. Windows color (decimal): -3407154 or 13501132. OLE color: 13501132.

HSL color Cylindrical-coordinate representation of color #CC02CE: hue angle of 299.41º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC02CE is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 2 206 -
CMYK 0.01 0.99 0 0.19
HSL 299.41º 0.98% 0.41% -
HSV(B) 299.41º 0.99% 0.81% -
XYZ 36.06 17.34 59.84 -
YUV 85.65 195.92 212.41 -
System Red Green Blue C M Y K H S L
Decimal 204 2 206 0.01 0.99 0 0.19 299.41 0.98 0.41
Hex CC 2 CE 1 63 0 13 12B 62 29
Octal 314 2 316 1 143 0 23 453 142 51
Binary 11001100 10 11001110 1 1100011 0 10011 100101011 1100010 101001

Color Harmonies of #CC02CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC02CE

Black with #CC02CE

Text Example


Text Example

White with #CC02CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC02CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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