Html Css Color HEX #C90CAD Deep Magenta

📋 copy color: '#C90CAD'

red 201 ◦ green 12 ◦ blue 173

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

Shades of Deep Magenta #C90CAD

Tints of Deep Magenta #C90CAD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.11%

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

R = 52.07%
G = 3.11%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C90CAD (or 0xC90CAD) is known color: Deep Magenta. HEX triplet: C9, 0C and AD. RGB value is (201,12,173). Sum of RGB (Red+Green+Blue) = 201+12+173=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C90CAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90CAD is #36F352. Grayscale: #565656. Windows color (decimal): -3601235 or 11341001. OLE color: 11341001.

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

Color convert

RGB 201 12 173 -
CMYK 0 0.94 0.14 0.21
HSL 308.89º 0.89% 0.42% -
HSV(B) 308.89º 0.94% 0.79% -
XYZ 31.76 15.7 40.89 -
YUV 86.87 176.62 209.41 -
System Red Green Blue C M Y K H S L
Decimal 201 12 173 0 0.94 0.14 0.21 308.89 0.89 0.42
Hex C9 C AD 0 5E E 15 135 59 2A
Octal 311 14 255 0 136 16 25 465 131 52
Binary 11001001 1100 10101101 0 1011110 1110 10101 100110101 1011001 101010

Color Harmonies of #C90CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90CAD

Black with #C90CAD

Text Example


Text Example

White with #C90CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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