#C90299

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

Shades of Medium Violet Red #C90299

Tints of Medium Violet Red #C90299

Color information

#C90299 (or 0xC90299) is unknown color: approx Medium Violet Red. HEX triplet: C9, 02 and 99. RGB value is (201,2,153). Sum of RGB (Red+Green+Blue) = 201+2+153=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C90299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90299 is #36FD66. Grayscale: #4E4E4E. Windows color (decimal): -3603815 or 10027721. OLE color: 10027721.

HSL color Cylindrical-coordinate representation of color #C90299: hue angle of 314.47º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C90299 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB2012153-
CMYK00.990.240.21
HSL314.47º98.03%39.8%-
HSV(B)314.47º99%78.82%-
XYZ29.8614.7631.41-
YUV78.72169.93215.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.46%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 153 (60.16% from 255) = 42.98%
R=56.46%
G=0.56%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201215300.990.240.21314.4798.0339.8
HexC9299063181513a6228
Octal31122310143302547214250
Binary1100100110100110010110001111000101011001110101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90299; }

 p { color: rgb(201,2,153); }

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

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

 a { background-color: rgb(201,2,153); }

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

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

 span { border-color: rgb(201,2,153); }

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