#C93380

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

Shades of Medium Red Violet #C93380

Tints of Medium Red Violet #C93380

Color information

#C93380 (or 0xC93380) is unknown color: approx Medium Red Violet. HEX triplet: C9, 33 and 80. RGB value is (201,51,128). Sum of RGB (Red+Green+Blue) = 201+51+128=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C93380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93380 is #36CC7F. Grayscale: #686868. Windows color (decimal): -3591296 or 8401865. OLE color: 8401865.

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

Color convert

RGB20151128-
CMYK00.750.360.21
HSL329.2º59.52%49.41%-
HSV(B)329.2º74.63%78.82%-
XYZ29.1716.3422.04-
YUV104.63141.2196.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.89%
GREEN value IS 51 (20.31% from 255) = 13.42%
BLUE value IS 128 (50.39% from 255) = 33.68%
R=52.89%
G=13.42%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2015112800.750.360.21329.259.5249.41
HexC9338004B24151493c31
Octal31163200011344255117461
Binary11001001110011100000000100101110010010101101001001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93380; }

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

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

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

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

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

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

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

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