#C93682

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

Shades of Medium Red Violet #C93682

Tints of Medium Red Violet #C93682

Color information

#C93682 (or 0xC93682) is unknown color: approx Medium Red Violet. HEX triplet: C9, 36 and 82. RGB value is (201,54,130). Sum of RGB (Red+Green+Blue) = 201+54+130=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C93682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93682 is #36C97D. Grayscale: #6A6A6A. Windows color (decimal): -3590526 or 8533705. OLE color: 8533705.

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

Color convert

RGB20154130-
CMYK00.730.350.21
HSL328.98º57.65%50%-
HSV(B)328.98º73.13%78.82%-
XYZ29.4416.6722.78-
YUV106.62141.2195.32-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.21%
GREEN value IS 54 (21.48% from 255) = 14.03%
BLUE value IS 130 (51.17% from 255) = 33.77%
R=52.21%
G=14.03%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2015413000.730.350.21328.9857.6550
HexC9368204923151493a32
Octal31166202011143255117262
Binary11001001110110100000100100100110001110101101001001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93682; }

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

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

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

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

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

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

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

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