#C93695

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

Shades of Medium Red Violet #C93695

Tints of Medium Red Violet #C93695

Color information

#C93695 (or 0xC93695) is unknown color: approx Medium Red Violet. HEX triplet: C9, 36 and 95. RGB value is (201,54,149). Sum of RGB (Red+Green+Blue) = 201+54+149=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 54 (21.48% from 255 or 13.37% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C93695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93695 is #36C96A. Grayscale: #6C6C6C. Windows color (decimal): -3590507 or 9778889. OLE color: 9778889.

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

Color convert

RGB20154149-
CMYK00.730.260.21
HSL321.22º57.65%50%-
HSV(B)321.22º73.13%78.82%-
XYZ30.8317.2330.13-
YUV108.78150.7193.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.75%
GREEN value IS 54 (21.48% from 255) = 13.37%
BLUE value IS 149 (58.59% from 255) = 36.88%
R=49.75%
G=13.37%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2015414900.730.260.21321.2257.6550
HexC936950491A151413a32
Octal31166225011132255017262
Binary1100100111011010010101010010011101010101101000001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93695; }

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

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

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

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

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

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

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

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