#c93479

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

Shades of Medium Red Violet #C93479

Tints of Medium Red Violet #C93479

Color information

#C93479 (or 0xC93479) is unknown color: approx Medium Red Violet. HEX triplet: C9, 34 and 79. RGB value is (201,52,121). Sum of RGB (Red+Green+Blue) = 201+52+121=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C93479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93479 is #36CB86. Grayscale: #686868. Windows color (decimal): -3591047 or 7943369. OLE color: 7943369.

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

Color convert

RGB20152121-
CMYK00.740.400.21
HSL332.21º58.89%49.61%-
HSV(B)332.21º74.13%78.82%-
XYZ28.7716.2519.71-
YUV104.42137.36196.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.74%
GREEN value IS 52 (20.70% from 255) = 13.90%
BLUE value IS 121 (47.66% from 255) = 32.35%
R=53.74%
G=13.90%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2015212100.740.400.21332.2158.8949.61
HexC9347904A281514c3b32
Octal31164171011250255147362
Binary1100100111010011110010100101010100010101101001100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c93479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c93479; }

 p { color: rgb(201,52,121); }

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

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

 a { background-color: rgb(201,52,121); }

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

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

 span { border-color: rgb(201,52,121); }

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