Html Css Color HEX #C90DAB Deep Magenta

📋 copy color: '#C90DAB'

red 201 ◦ green 13 ◦ blue 171

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

Shades of Deep Magenta #C90DAB

Tints of Deep Magenta #C90DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.42%

R = 52.21%
G = 3.38%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C90DAB (or 0xC90DAB) is known color: Deep Magenta. HEX triplet: C9, 0D and AB. RGB value is (201,13,171). Sum of RGB (Red+Green+Blue) = 201+13+171=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 13 (5.47% from 255 or 3.38% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C90DAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90DAB is #36F254. Grayscale: #565656. Windows color (decimal): -3600981 or 11210185. OLE color: 11210185.

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

Color convert

RGB 201 13 171 -
CMYK 0 0.94 0.15 0.21
HSL 309.57º 0.88% 0.42% -
HSV(B) 309.57º 0.94% 0.79% -
XYZ 31.58 15.65 39.88 -
YUV 87.22 175.28 209.15 -
System Red Green Blue C M Y K H S L
Decimal 201 13 171 0 0.94 0.15 0.21 309.57 0.88 0.42
Hex C9 D AB 0 5E F 15 136 58 2A
Octal 311 15 253 0 136 17 25 466 130 52
Binary 11001001 1101 10101011 0 1011110 1111 10101 100110110 1011000 101010

Color Harmonies of #C90DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90DAB

Black with #C90DAB

Text Example


Text Example

White with #C90DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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