#C90CAA

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

Shades of Deep Magenta #C90CAA

Tints of Deep Magenta #C90CAA

Color information

#C90CAA (or 0xC90CAA) is unknown color: approx Deep Magenta. HEX triplet: C9, 0C and AA. RGB value is (201,12,170). Sum of RGB (Red+Green+Blue) = 201+12+170=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C90CAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90CAA is #36F355. Grayscale: #565656. Windows color (decimal): -3601238 or 11144393. OLE color: 11144393.

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

Color convert

RGB20112170-
CMYK00.940.150.21
HSL309.84º88.73%41.76%-
HSV(B)309.84º94.03%78.82%-
XYZ31.4715.5839.38-
YUV86.52175.12209.65-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.48%
GREEN value IS 12 (5.08% from 255) = 3.13%
BLUE value IS 170 (66.80% from 255) = 44.39%
R=52.48%
G=3.13%
B=44.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011217000.940.150.21309.8488.7341.76
HexC9CAA05EF15136592a
Octal311142520136172546613152
Binary11001001110010101010010111101111101011001101101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90CAA; }

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

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

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

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

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

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

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

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