Html Css Color HEX #C90EB9 Deep Magenta

📋 copy color: '#C90EB9'

red 201 ◦ green 14 ◦ blue 185

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

Shades of Deep Magenta #C90EB9

Tints of Deep Magenta #C90EB9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.5%

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

R = 50.25%
G = 3.5%
B = 46.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C90EB9 (or 0xC90EB9) is known color: Deep Magenta. HEX triplet: C9, 0E and B9. RGB value is (201,14,185). Sum of RGB (Red+Green+Blue) = 201+14+185=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 14 (5.86% from 255 or 3.5% from 400); Blue value is 185 (72.66% from 255 or 46.25% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C90EB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90EB9 is #36F146. Grayscale: #585858. Windows color (decimal): -3600711 or 12127945. OLE color: 12127945.

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

Color convert

RGB 201 14 185 -
CMYK 0 0.93 0.08 0.21
HSL 305.13º 0.87% 0.42% -
HSV(B) 305.13º 0.93% 0.79% -
XYZ 33 16.23 47.29 -
YUV 89.41 181.95 207.6 -
System Red Green Blue C M Y K H S L
Decimal 201 14 185 0 0.93 0.08 0.21 305.13 0.87 0.42
Hex C9 E B9 0 5D 8 15 131 57 2A
Octal 311 16 271 0 135 10 25 461 127 52
Binary 11001001 1110 10111001 0 1011101 1000 10101 100110001 1010111 101010

Color Harmonies of #C90EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90EB9

Black with #C90EB9

Text Example


Text Example

White with #C90EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90EB9; }

 p { color: rgb(201,14,185); }

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

background-color css

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

 a { background-color: rgb(201,14,185); }

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

border-color css

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

 span { border-color: rgb(201,14,185); }

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