Html Css Color HEX #C90EAE Deep Magenta

📋 copy color: '#C90EAE'

red 201 ◦ green 14 ◦ blue 174

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

Shades of Deep Magenta #C90EAE

Tints of Deep Magenta #C90EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.73%

R = 51.67%
G = 3.6%
B = 44.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C90EAE (or 0xC90EAE) is known color: Deep Magenta. HEX triplet: C9, 0E and AE. RGB value is (201,14,174). Sum of RGB (Red+Green+Blue) = 201+14+174=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 14 (5.86% from 255 or 3.60% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C90EAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90EAE is #36F151. Grayscale: #575757. Windows color (decimal): -3600722 or 11407049. OLE color: 11407049.

HSL color Cylindrical-coordinate representation of color #C90EAE: hue angle of 308.66º 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 #C90EAE is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 14 174 -
CMYK 0 0.93 0.13 0.21
HSL 308.66º 0.87% 0.42% -
HSV(B) 308.66º 0.93% 0.79% -
XYZ 31.88 15.79 41.41 -
YUV 88.15 176.45 208.49 -
System Red Green Blue C M Y K H S L
Decimal 201 14 174 0 0.93 0.13 0.21 308.66 0.87 0.42
Hex C9 E AE 0 5D D 15 135 57 2A
Octal 311 16 256 0 135 15 25 465 127 52
Binary 11001001 1110 10101110 0 1011101 1101 10101 100110101 1010111 101010

Color Harmonies of #C90EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90EAE

Black with #C90EAE

Text Example


Text Example

White with #C90EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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