#C9337F

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

Shades of Medium Red Violet #C9337F

Tints of Medium Red Violet #C9337F

Color information

#C9337F (or 0xC9337F) is unknown color: approx Medium Red Violet. HEX triplet: C9, 33 and 7F. RGB value is (201,51,127). Sum of RGB (Red+Green+Blue) = 201+51+127=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C9337F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9337F is #36CC80. Grayscale: #686868. Windows color (decimal): -3591297 or 8336329. OLE color: 8336329.

HSL color Cylindrical-coordinate representation of color #C9337F: hue angle of 329.6º 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 #C9337F is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB20151127-
CMYK00.750.370.21
HSL329.6º59.52%49.41%-
HSV(B)329.6º74.63%78.82%-
XYZ29.116.3221.69-
YUV104.51140.7196.82-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.03%
GREEN value IS 51 (20.31% from 255) = 13.46%
BLUE value IS 127 (50% from 255) = 33.51%
R=53.03%
G=13.46%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2015112700.750.370.21329.659.5249.41
HexC9337F04B251514a3c31
Octal31163177011345255127461
Binary1100100111001111111110100101110010110101101001010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9337F; }

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

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

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

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

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

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

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

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