#C93282

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

Shades of Medium Red Violet #C93282

Tints of Medium Red Violet #C93282

Color information

#C93282 (or 0xC93282) is unknown color: approx Medium Red Violet. HEX triplet: C9, 32 and 82. RGB value is (201,50,130). Sum of RGB (Red+Green+Blue) = 201+50+130=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C93282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93282 is #36CD7D. Grayscale: #686868. Windows color (decimal): -3591550 or 8532681. OLE color: 8532681.

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

Color convert

RGB20150130-
CMYK00.750.350.21
HSL328.21º60.16%49.22%-
HSV(B)328.21º75.12%78.82%-
XYZ29.2616.3122.73-
YUV104.27142.53197-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.76%
GREEN value IS 50 (19.92% from 255) = 13.12%
BLUE value IS 130 (51.17% from 255) = 34.12%
R=52.76%
G=13.12%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2015013000.750.350.21328.2160.1649.22
HexC9328204B23151483c31
Octal31162202011343255107461
Binary11001001110010100000100100101110001110101101001000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93282; }

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

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

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

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

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

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

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

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