#C90A84

Color #C90A84 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C90A84

Tints of Medium Violet Red #C90A84

Color information

#C90A84 (or 0xC90A84) is unknown color: approx Medium Violet Red. HEX triplet: C9, 0A and 84. RGB value is (201,10,132). Sum of RGB (Red+Green+Blue) = 201+10+132=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C90A84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90A84 is #36F57B. Grayscale: #505050. Windows color (decimal): -3601788 or 8653513. OLE color: 8653513.

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

Color convert

RGB20110132-
CMYK00.950.340.21
HSL321.68º90.52%41.37%-
HSV(B)321.68º95.02%78.82%-
XYZ28.3614.323.1-
YUV81.02156.78213.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 58.60%
GREEN value IS 10 (4.30% from 255) = 2.92%
BLUE value IS 132 (51.95% from 255) = 38.48%
R=58.60%
G=2.92%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011013200.950.340.21321.6890.5241.37
HexC9A8405F22151425b29
Octal311122040137422550213351
Binary1100100110101000010001011111100010101011010000101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90A84; }

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

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

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

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

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

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

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

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