Html Css Color HEX #CC22CE Deep Magenta

📋 copy color: '#CC22CE'

red 204 ◦ green 34 ◦ blue 206

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

Shades of Deep Magenta #CC22CE

Tints of Deep Magenta #CC22CE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.66%

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

R = 45.95%
G = 7.66%
B = 46.4%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC22CE (or 0xCC22CE) is known color: Deep Magenta. HEX triplet: CC, 22 and CE. RGB value is (204,34,206). Sum of RGB (Red+Green+Blue) = 204+34+206=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 34 (13.67% from 255 or 7.66% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC22CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC22CE is #33DD31. Grayscale: #676767. Windows color (decimal): -3398962 or 13509324. OLE color: 13509324.

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

Color convert

RGB 204 34 206 -
CMYK 0.01 0.83 0 0.19
HSL 299.3º 0.72% 0.47% -
HSV(B) 299.3º 0.83% 0.81% -
XYZ 36.61 18.44 60.02 -
YUV 104.44 185.32 199.01 -
System Red Green Blue C M Y K H S L
Decimal 204 34 206 0.01 0.83 0 0.19 299.3 0.72 0.47
Hex CC 22 CE 1 53 0 13 12B 48 2F
Octal 314 42 316 1 123 0 23 453 110 57
Binary 11001100 100010 11001110 1 1010011 0 10011 100101011 1001000 101111

Color Harmonies of #CC22CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC22CE

Black with #CC22CE

Text Example


Text Example

White with #CC22CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC22CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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