Html Css Color HEX #C90DAE Deep Magenta

📋 copy color: '#C90DAE'

red 201 ◦ green 13 ◦ blue 174

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

Shades of Deep Magenta #C90DAE

Tints of Deep Magenta #C90DAE

RGB

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

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

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

R = 51.8%
G = 3.35%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C90DAE (or 0xC90DAE) is known color: Deep Magenta. HEX triplet: C9, 0D and AE. RGB value is (201,13,174). Sum of RGB (Red+Green+Blue) = 201+13+174=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 13 (5.47% from 255 or 3.35% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C90DAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90DAE is #36F251. Grayscale: #575757. Windows color (decimal): -3600978 or 11406793. OLE color: 11406793.

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

Color convert

RGB 201 13 174 -
CMYK 0 0.94 0.13 0.21
HSL 308.62º 0.88% 0.42% -
HSV(B) 308.62º 0.94% 0.79% -
XYZ 31.87 15.76 41.41 -
YUV 87.57 176.78 208.91 -
System Red Green Blue C M Y K H S L
Decimal 201 13 174 0 0.94 0.13 0.21 308.62 0.88 0.42
Hex C9 D AE 0 5E D 15 135 58 2A
Octal 311 15 256 0 136 15 25 465 130 52
Binary 11001001 1101 10101110 0 1011110 1101 10101 100110101 1011000 101010

Color Harmonies of #C90DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90DAE

Black with #C90DAE

Text Example


Text Example

White with #C90DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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