Html Css Color HEX #CC22B9 Deep Magenta

📋 copy color: '#CC22B9'

red 204 ◦ green 34 ◦ blue 185

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

Shades of Deep Magenta #CC22B9

Tints of Deep Magenta #CC22B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.74%

R = 48.23%
G = 8.04%
B = 43.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC22B9 (or 0xCC22B9) is known color: Deep Magenta. HEX triplet: CC, 22 and B9. RGB value is (204,34,185). Sum of RGB (Red+Green+Blue) = 204+34+185=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 34 (13.67% from 255 or 8.04% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC22B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC22B9 is #33DD46. Grayscale: #656565. Windows color (decimal): -3398983 or 12133068. OLE color: 12133068.

HSL color Cylindrical-coordinate representation of color #CC22B9: hue angle of 306.71º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC22B9 is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 34 185 -
CMYK 0 0.83 0.09 0.2
HSL 306.71º 0.71% 0.47% -
HSV(B) 306.71º 0.83% 0.8% -
XYZ 34.23 17.48 47.47 -
YUV 102.04 174.82 200.72 -
System Red Green Blue C M Y K H S L
Decimal 204 34 185 0 0.83 0.09 0.2 306.71 0.71 0.47
Hex CC 22 B9 0 53 9 14 133 47 2F
Octal 314 42 271 0 123 11 24 463 107 57
Binary 11001100 100010 10111001 0 1010011 1001 10100 100110011 1000111 101111

Color Harmonies of #CC22B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC22B9

Black with #CC22B9

Text Example


Text Example

White with #CC22B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC22B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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