Html Css Color HEX #CC0DB9 Deep Magenta

📋 copy color: '#CC0DB9'

red 204 ◦ green 13 ◦ blue 185

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

Shades of Deep Magenta #CC0DB9

Tints of Deep Magenta #CC0DB9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.23%

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

R = 50.75%
G = 3.23%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC0DB9 (or 0xCC0DB9) is known color: Deep Magenta. HEX triplet: CC, 0D and B9. RGB value is (204,13,185). Sum of RGB (Red+Green+Blue) = 204+13+185=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 185 (72.66% from 255 or 46.02% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0DB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0DB9 is #33F246. Grayscale: #595959. Windows color (decimal): -3404359 or 12127692. OLE color: 12127692.

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

Color convert

RGB 204 13 185 -
CMYK 0 0.94 0.09 0.2
HSL 305.97º 0.88% 0.43% -
HSV(B) 305.97º 0.94% 0.8% -
XYZ 33.8 16.63 47.33 -
YUV 89.72 181.78 209.51 -
System Red Green Blue C M Y K H S L
Decimal 204 13 185 0 0.94 0.09 0.2 305.97 0.88 0.43
Hex CC D B9 0 5E 9 14 132 58 2B
Octal 314 15 271 0 136 11 24 462 130 53
Binary 11001100 1101 10111001 0 1011110 1001 10100 100110010 1011000 101011

Color Harmonies of #CC0DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0DB9

Black with #CC0DB9

Text Example


Text Example

White with #CC0DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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