Html Css Color HEX #C90DC0 Deep Magenta

📋 copy color: '#C90DC0'

red 201 ◦ green 13 ◦ blue 192

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

Shades of Deep Magenta #C90DC0

Tints of Deep Magenta #C90DC0

RGB

 RED value IS 201 (78.91% from 255) = 49.51%

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

 BLUE value IS 192 (75.39% from 255) = 47.29%

R = 49.51%
G = 3.2%
B = 47.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#C90DC0 (or 0xC90DC0) is known color: Deep Magenta. HEX triplet: C9, 0D and C0. RGB value is (201,13,192). Sum of RGB (Red+Green+Blue) = 201+13+192=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 13 (5.47% from 255 or 3.20% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C90DC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90DC0 is #36F23F. Grayscale: #595959. Windows color (decimal): -3600960 or 12586441. OLE color: 12586441.

HSL color Cylindrical-coordinate representation of color #C90DC0: hue angle of 302.87º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90DC0 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 13 192 -
CMYK 0 0.94 0.04 0.21
HSL 302.87º 0.88% 0.42% -
HSV(B) 302.87º 0.94% 0.79% -
XYZ 33.75 16.51 51.28 -
YUV 89.62 185.78 207.45 -
System Red Green Blue C M Y K H S L
Decimal 201 13 192 0 0.94 0.04 0.21 302.87 0.88 0.42
Hex C9 D C0 0 5E 4 15 12F 58 2A
Octal 311 15 300 0 136 4 25 457 130 52
Binary 11001001 1101 11000000 0 1011110 100 10101 100101111 1011000 101010

Color Harmonies of #C90DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90DC0

Black with #C90DC0

Text Example


Text Example

White with #C90DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90DC0; }

 p { color: rgb(201,13,192); }

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

background-color css

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

 a { background-color: rgb(201,13,192); }

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

border-color css

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

 span { border-color: rgb(201,13,192); }

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