#C93995

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

Shades of Medium Red Violet #C93995

Tints of Medium Red Violet #C93995

Color information

#C93995 (or 0xC93995) is unknown color: approx Medium Red Violet. HEX triplet: C9, 39 and 95. RGB value is (201,57,149). Sum of RGB (Red+Green+Blue) = 201+57+149=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 57 (22.66% from 255 or 14.00% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C93995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93995 is #36C66A. Grayscale: #6E6E6E. Windows color (decimal): -3589739 or 9779657. OLE color: 9779657.

HSL color Cylindrical-coordinate representation of color #C93995: hue angle of 321.67º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93995 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB20157149-
CMYK00.720.260.21
HSL321.67º57.14%50.59%-
HSV(B)321.67º71.64%78.82%-
XYZ30.9817.5130.18-
YUV110.54149.71192.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.39%
GREEN value IS 57 (22.66% from 255) = 14.00%
BLUE value IS 149 (58.59% from 255) = 36.61%
R=49.39%
G=14.00%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2015714900.720.260.21321.6757.1450.59
HexC939950481A151423933
Octal31171225011032255027163
Binary1100100111100110010101010010001101010101101000010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93995; }

 p { color: rgb(201,57,149); }

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

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

 a { background-color: rgb(201,57,149); }

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

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

 span { border-color: rgb(201,57,149); }

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