#C91082

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

Shades of Medium Violet Red #C91082

Tints of Medium Violet Red #C91082

Color information

#C91082 (or 0xC91082) is unknown color: approx Medium Violet Red. HEX triplet: C9, 10 and 82. RGB value is (201,16,130). Sum of RGB (Red+Green+Blue) = 201+16+130=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C91082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91082 is #36EF7D. Grayscale: #545454. Windows color (decimal): -3600254 or 8523977. OLE color: 8523977.

HSL color Cylindrical-coordinate representation of color #C91082: hue angle of 323.03º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C91082 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB20116130-
CMYK00.920.350.21
HSL323.03º85.25%42.55%-
HSV(B)323.03º92.04%78.82%-
XYZ28.314.422.41-
YUV84.31153.79211.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.93%
GREEN value IS 16 (6.64% from 255) = 4.61%
BLUE value IS 130 (51.17% from 255) = 37.46%
R=57.93%
G=4.61%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011613000.920.350.21323.0385.2542.55
HexC9108205C2315143552b
Octal311202020134432550312553
Binary11001001100001000001001011100100011101011010000111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91082; }

 p { color: rgb(201,16,130); }

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

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

 a { background-color: rgb(201,16,130); }

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

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

 span { border-color: rgb(201,16,130); }

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