Html Css Color HEX #CC00CE Deep Magenta

📋 copy color: '#CC00CE'

red 204 ◦ green 0 ◦ blue 206

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

Shades of Deep Magenta #CC00CE

Tints of Deep Magenta #CC00CE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.76%
G = 0%
B = 50.24%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC00CE (or 0xCC00CE) is known color: Deep Magenta. HEX triplet: CC, 00 and CE. RGB value is (204,0,206). Sum of RGB (Red+Green+Blue) = 204+0+206=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 0 (0.39% from 255 or 0% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC00CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC00CE is #33FF31. Grayscale: #535353. Windows color (decimal): -3407666 or 13500620. OLE color: 13500620.

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

Color convert

RGB 204 0 206 -
CMYK 0.01 1 0 0.19
HSL 299.42º 1% 0.4% -
HSV(B) 299.42º 1% 0.81% -
XYZ 36.04 17.29 59.83 -
YUV 84.48 196.59 213.25 -
System Red Green Blue C M Y K H S L
Decimal 204 0 206 0.01 1 0 0.19 299.42 1 0.4
Hex CC 0 CE 1 64 0 13 12B 64 28
Octal 314 0 316 1 144 0 23 453 144 50
Binary 11001100 0 11001110 1 1100100 0 10011 100101011 1100100 101000

Color Harmonies of #CC00CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC00CE

Black with #CC00CE

Text Example


Text Example

White with #CC00CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC00CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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