Html Css Color HEX #C90DAC Deep Magenta

📋 copy color: '#C90DAC'

red 201 ◦ green 13 ◦ blue 172

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

Shades of Deep Magenta #C90DAC

Tints of Deep Magenta #C90DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.56%

R = 52.07%
G = 3.37%
B = 44.56%

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

#C90DAC (or 0xC90DAC) is known color: Deep Magenta. HEX triplet: C9, 0D and AC. RGB value is (201,13,172). Sum of RGB (Red+Green+Blue) = 201+13+172=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 13 (5.47% from 255 or 3.37% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C90DAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90DAC is #36F253. Grayscale: #565656. Windows color (decimal): -3600980 or 11275721. OLE color: 11275721.

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

Color convert

RGB 201 13 172 -
CMYK 0 0.94 0.14 0.21
HSL 309.26º 0.88% 0.42% -
HSV(B) 309.26º 0.94% 0.79% -
XYZ 31.68 15.68 40.39 -
YUV 87.34 175.78 209.07 -
System Red Green Blue C M Y K H S L
Decimal 201 13 172 0 0.94 0.14 0.21 309.26 0.88 0.42
Hex C9 D AC 0 5E E 15 135 58 2A
Octal 311 15 254 0 136 16 25 465 130 52
Binary 11001001 1101 10101100 0 1011110 1110 10101 100110101 1011000 101010

Color Harmonies of #C90DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90DAC

Black with #C90DAC

Text Example


Text Example

White with #C90DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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