#C90A86

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

Shades of Medium Violet Red #C90A86

Tints of Medium Violet Red #C90A86

Color information

#C90A86 (or 0xC90A86) is unknown color: approx Medium Violet Red. HEX triplet: C9, 0A and 86. RGB value is (201,10,134). Sum of RGB (Red+Green+Blue) = 201+10+134=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C90A86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90A86 is #36F579. Grayscale: #505050. Windows color (decimal): -3601786 or 8784585. OLE color: 8784585.

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

Color convert

RGB20110134-
CMYK00.950.330.21
HSL321.05º90.52%41.37%-
HSV(B)321.05º95.02%78.82%-
XYZ28.514.3623.82-
YUV81.24157.78213.42-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 58.26%
GREEN value IS 10 (4.30% from 255) = 2.90%
BLUE value IS 134 (52.73% from 255) = 38.84%
R=58.26%
G=2.90%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011013400.950.330.21321.0590.5241.37
HexC9A8605F21151415b29
Octal311122060137412550113351
Binary1100100110101000011001011111100001101011010000011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90A86; }

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

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

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

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

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

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

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

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