#C90CBA

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

Shades of Deep Magenta #C90CBA

Tints of Deep Magenta #C90CBA

Color information

#C90CBA (or 0xC90CBA) is unknown color: approx Deep Magenta. HEX triplet: C9, 0C and BA. RGB value is (201,12,186). Sum of RGB (Red+Green+Blue) = 201+12+186=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C90CBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90CBA is #36F345. Grayscale: #575757. Windows color (decimal): -3601222 or 12192969. OLE color: 12192969.

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

Color convert

RGB20112186-
CMYK00.940.070.21
HSL304.76º88.73%41.76%-
HSV(B)304.76º94.03%78.82%-
XYZ33.0816.2347.84-
YUV88.35183.12208.35-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.38%
GREEN value IS 12 (5.08% from 255) = 3.01%
BLUE value IS 186 (73.05% from 255) = 46.62%
R=50.38%
G=3.01%
B=46.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011218600.940.070.21304.7688.7341.76
HexC9CBA05E715131592a
Octal31114272013672546113152
Binary1100100111001011101001011110111101011001100011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90CBA; }

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

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

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

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

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

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

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

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