#C90AAC

Color #C90AAC Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C90AAC

Tints of Deep Magenta #C90AAC

Color information

#C90AAC (or 0xC90AAC) is unknown color: approx Deep Magenta. HEX triplet: C9, 0A and AC. RGB value is (201,10,172). Sum of RGB (Red+Green+Blue) = 201+10+172=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 10 (4.30% from 255 or 2.61% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C90AAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90AAC is #36F553. Grayscale: #555555. Windows color (decimal): -3601748 or 11274953. OLE color: 11274953.

HSL color Cylindrical-coordinate representation of color #C90AAC: hue angle of 309.11º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90AAC is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB20110172-
CMYK00.950.140.21
HSL309.11º90.52%41.37%-
HSV(B)309.11º95.02%78.82%-
XYZ31.6415.6140.38-
YUV85.58176.78210.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.48%
GREEN value IS 10 (4.30% from 255) = 2.61%
BLUE value IS 172 (67.58% from 255) = 44.91%
R=52.48%
G=2.61%
B=44.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011017200.950.140.21309.1190.5241.37
HexC9AAC05FE151355b29
Octal311122540137162546513351
Binary11001001101010101100010111111110101011001101011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90AAC; }

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

 H1.HeaderClassName
 {
   color: #C90AAC;
 }
 .AnyTagClassName
 {
   color: #C90AAC;
 }
</style>
background-color css

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

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

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

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

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

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