#C93984

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

Shades of Medium Red Violet #C93984

Tints of Medium Red Violet #C93984

Color information

#C93984 (or 0xC93984) is unknown color: approx Medium Red Violet. HEX triplet: C9, 39 and 84. RGB value is (201,57,132). Sum of RGB (Red+Green+Blue) = 201+57+132=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C93984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93984 is #36C67B. Grayscale: #6C6C6C. Windows color (decimal): -3589756 or 8665545. OLE color: 8665545.

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

Color convert

RGB20157132-
CMYK00.720.340.21
HSL328.75º57.14%50.59%-
HSV(B)328.75º71.64%78.82%-
XYZ29.7217.0123.55-
YUV108.61141.21193.9-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.54%
GREEN value IS 57 (22.66% from 255) = 14.62%
BLUE value IS 132 (51.95% from 255) = 33.85%
R=51.54%
G=14.62%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2015713200.720.340.21328.7557.1450.59
HexC9398404822151493933
Octal31171204011042255117163
Binary11001001111001100001000100100010001010101101001001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93984; }

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

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

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

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

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

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

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

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