Html Css Color HEX #CC02DE Deep Magenta

📋 copy color: '#CC02DE'

red 204 ◦ green 2 ◦ blue 222

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

Shades of Deep Magenta #CC02DE

Tints of Deep Magenta #CC02DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.87%

R = 47.66%
G = 0.47%
B = 51.87%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC02DE (or 0xCC02DE) is known color: Deep Magenta. HEX triplet: CC, 02 and DE. RGB value is (204,2,222). Sum of RGB (Red+Green+Blue) = 204+2+222=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 2 (1.17% from 255 or 0.47% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC02DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC02DE is #33FD21. Grayscale: #565656. Windows color (decimal): -3407138 or 14549708. OLE color: 14549708.

HSL color Cylindrical-coordinate representation of color #CC02DE: hue angle of 295.09º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC02DE is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 2 222 -
CMYK 0.08 0.99 0 0.13
HSL 295.09º 0.98% 0.44% -
HSV(B) 295.09º 0.99% 0.87% -
XYZ 38.11 18.15 70.6 -
YUV 87.48 203.92 211.11 -
System Red Green Blue C M Y K H S L
Decimal 204 2 222 0.08 0.99 0 0.13 295.09 0.98 0.44
Hex CC 2 DE 8 63 0 D 127 62 2C
Octal 314 2 336 10 143 0 15 447 142 54
Binary 11001100 10 11011110 1000 1100011 0 1101 100100111 1100010 101100

Color Harmonies of #CC02DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC02DE

Black with #CC02DE

Text Example


Text Example

White with #CC02DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC02DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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