#C93180

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

Shades of Medium Red Violet #C93180

Tints of Medium Red Violet #C93180

Color information

#C93180 (or 0xC93180) is unknown color: approx Medium Red Violet. HEX triplet: C9, 31 and 80. RGB value is (201,49,128). Sum of RGB (Red+Green+Blue) = 201+49+128=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C93180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93180 is #36CE7F. Grayscale: #676767. Windows color (decimal): -3591808 or 8401353. OLE color: 8401353.

HSL color Cylindrical-coordinate representation of color #C93180: hue angle of 328.82º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C93180 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB20149128-
CMYK00.760.360.21
HSL328.82º60.8%49.02%-
HSV(B)328.82º75.62%78.82%-
XYZ29.0816.1722.01-
YUV103.45141.86197.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.17%
GREEN value IS 49 (19.53% from 255) = 12.96%
BLUE value IS 128 (50.39% from 255) = 33.86%
R=53.17%
G=12.96%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2014912800.760.360.21328.8260.849.02
HexC9318004C24151493d31
Octal31161200011444255117561
Binary11001001110001100000000100110010010010101101001001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93180; }

 p { color: rgb(201,49,128); }

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

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

 a { background-color: rgb(201,49,128); }

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

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

 span { border-color: rgb(201,49,128); }

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