Html Css Color HEX #CC22DB Deep Magenta

📋 copy color: '#CC22DB'

red 204 ◦ green 34 ◦ blue 219

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

Shades of Deep Magenta #CC22DB

Tints of Deep Magenta #CC22DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.92%

R = 44.64%
G = 7.44%
B = 47.92%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC22DB (or 0xCC22DB) is known color: Deep Magenta. HEX triplet: CC, 22 and DB. RGB value is (204,34,219). Sum of RGB (Red+Green+Blue) = 204+34+219=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 34 (13.67% from 255 or 7.44% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC22DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC22DB is #33DD24. Grayscale: #696969. Windows color (decimal): -3398949 or 14361292. OLE color: 14361292.

HSL color Cylindrical-coordinate representation of color #CC22DB: hue angle of 295.14º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC22DB is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 34 219 -
CMYK 0.07 0.84 0 0.14
HSL 295.14º 0.73% 0.5% -
HSV(B) 295.14º 0.84% 0.86% -
XYZ 38.26 19.1 68.69 -
YUV 105.92 191.82 197.96 -
System Red Green Blue C M Y K H S L
Decimal 204 34 219 0.07 0.84 0 0.14 295.14 0.73 0.5
Hex CC 22 DB 7 54 0 E 127 49 32
Octal 314 42 333 7 124 0 16 447 111 62
Binary 11001100 100010 11011011 111 1010100 0 1110 100100111 1001001 110010

Color Harmonies of #CC22DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC22DB

Black with #CC22DB

Text Example


Text Example

White with #CC22DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC22DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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