Html Css Color HEX #C90CAB Deep Magenta

📋 copy color: '#C90CAB'

red 201 ◦ green 12 ◦ blue 171

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

Shades of Deep Magenta #C90CAB

Tints of Deep Magenta #C90CAB

RGB

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

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

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

R = 52.34%
G = 3.13%
B = 44.53%

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

#C90CAB (or 0xC90CAB) is known color: Deep Magenta. HEX triplet: C9, 0C and AB. RGB value is (201,12,171). Sum of RGB (Red+Green+Blue) = 201+12+171=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 12 (5.08% from 255 or 3.12% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C90CAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90CAB is #36F354. Grayscale: #565656. Windows color (decimal): -3601237 or 11209929. OLE color: 11209929.

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

Color convert

RGB 201 12 171 -
CMYK 0 0.94 0.15 0.21
HSL 309.52º 0.89% 0.42% -
HSV(B) 309.52º 0.94% 0.79% -
XYZ 31.57 15.62 39.88 -
YUV 86.64 175.62 209.57 -
System Red Green Blue C M Y K H S L
Decimal 201 12 171 0 0.94 0.15 0.21 309.52 0.89 0.42
Hex C9 C AB 0 5E F 15 136 59 2A
Octal 311 14 253 0 136 17 25 466 131 52
Binary 11001001 1100 10101011 0 1011110 1111 10101 100110110 1011001 101010

Color Harmonies of #C90CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90CAB

Black with #C90CAB

Text Example


Text Example

White with #C90CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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