Html Css Color HEX #C90FAB Deep Magenta

📋 copy color: '#C90FAB'

red 201 ◦ green 15 ◦ blue 171

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

Shades of Deep Magenta #C90FAB

Tints of Deep Magenta #C90FAB

RGB

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

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

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

R = 51.94%
G = 3.88%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C90FAB (or 0xC90FAB) is known color: Deep Magenta. HEX triplet: C9, 0F and AB. RGB value is (201,15,171). Sum of RGB (Red+Green+Blue) = 201+15+171=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C90FAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90FAB is #36F054. Grayscale: #575757. Windows color (decimal): -3600469 or 11210697. OLE color: 11210697.

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

Color convert

RGB 201 15 171 -
CMYK 0 0.93 0.15 0.21
HSL 309.68º 0.86% 0.42% -
HSV(B) 309.68º 0.93% 0.79% -
XYZ 31.61 15.7 39.89 -
YUV 88.4 174.62 208.32 -
System Red Green Blue C M Y K H S L
Decimal 201 15 171 0 0.93 0.15 0.21 309.68 0.86 0.42
Hex C9 F AB 0 5D F 15 136 56 2A
Octal 311 17 253 0 135 17 25 466 126 52
Binary 11001001 1111 10101011 0 1011101 1111 10101 100110110 1010110 101010

Color Harmonies of #C90FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90FAB

Black with #C90FAB

Text Example


Text Example

White with #C90FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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