Html Css Color HEX #C90FAD Deep Magenta

📋 copy color: '#C90FAD'

red 201 ◦ green 15 ◦ blue 173

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

Shades of Deep Magenta #C90FAD

Tints of Deep Magenta #C90FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.86%

 BLUE value IS 173 (67.97% from 255) = 44.47%

R = 51.67%
G = 3.86%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C90FAD (or 0xC90FAD) is known color: Deep Magenta. HEX triplet: C9, 0F and AD. RGB value is (201,15,173). Sum of RGB (Red+Green+Blue) = 201+15+173=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C90FAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90FAD is #36F052. Grayscale: #585858. Windows color (decimal): -3600467 or 11341769. OLE color: 11341769.

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

Color convert

RGB 201 15 173 -
CMYK 0 0.93 0.14 0.21
HSL 309.03º 0.86% 0.42% -
HSV(B) 309.03º 0.93% 0.79% -
XYZ 31.8 15.78 40.9 -
YUV 88.63 175.62 208.15 -
System Red Green Blue C M Y K H S L
Decimal 201 15 173 0 0.93 0.14 0.21 309.03 0.86 0.42
Hex C9 F AD 0 5D E 15 135 56 2A
Octal 311 17 255 0 135 16 25 465 126 52
Binary 11001001 1111 10101101 0 1011101 1110 10101 100110101 1010110 101010

Color Harmonies of #C90FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90FAD

Black with #C90FAD

Text Example


Text Example

White with #C90FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90FAD; }

 p { color: rgb(201,15,173); }

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

background-color css

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

 a { background-color: rgb(201,15,173); }

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

border-color css

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

 span { border-color: rgb(201,15,173); }

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