#C93583

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

Shades of Medium Red Violet #C93583

Tints of Medium Red Violet #C93583

Color information

#C93583 (or 0xC93583) is unknown color: approx Medium Red Violet. HEX triplet: C9, 35 and 83. RGB value is (201,53,131). Sum of RGB (Red+Green+Blue) = 201+53+131=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C93583 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93583 is #36CA7C. Grayscale: #696969. Windows color (decimal): -3590781 or 8598985. OLE color: 8598985.

HSL color Cylindrical-coordinate representation of color #C93583: hue angle of 328.38º degrees, saturation: 0.58, 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 #C93583 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB20153131-
CMYK00.740.350.21
HSL328.38º58.27%49.8%-
HSV(B)328.38º73.63%78.82%-
XYZ29.4616.623.12-
YUV106.14142.03195.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.21%
GREEN value IS 53 (21.09% from 255) = 13.77%
BLUE value IS 131 (51.56% from 255) = 34.03%
R=52.21%
G=13.77%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2015313100.740.350.21328.3858.2749.8
HexC9358304A23151483a32
Octal31165203011243255107262
Binary11001001110101100000110100101010001110101101001000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93583; }

 p { color: rgb(201,53,131); }

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

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

 a { background-color: rgb(201,53,131); }

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

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

 span { border-color: rgb(201,53,131); }

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