#C83982

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

Shades of Medium Red Violet #C83982

Tints of Medium Red Violet #C83982

Color information

#C83982 (or 0xC83982) is unknown color: approx Medium Red Violet. HEX triplet: C8, 39 and 82. RGB value is (200,57,130). Sum of RGB (Red+Green+Blue) = 200+57+130=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 57 (22.66% from 255 or 14.73% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C83982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83982 is #37C67D. Grayscale: #6B6B6B. Windows color (decimal): -3655294 or 8534472. OLE color: 8534472.

HSL color Cylindrical-coordinate representation of color #C83982: hue angle of 329.37º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C83982 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB20057130-
CMYK00.720.350.22
HSL329.37º56.52%50.39%-
HSV(B)329.37º71.5%78.43%-
XYZ29.3116.8222.82-
YUV108.08140.38193.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.68%
GREEN value IS 57 (22.66% from 255) = 14.73%
BLUE value IS 130 (51.17% from 255) = 33.59%
R=51.68%
G=14.73%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2005713000.720.350.22329.3756.5250.39
HexC8398204823161493932
Octal31071202011043265117162
Binary11001000111001100000100100100010001110110101001001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83982; }

 p { color: rgb(200,57,130); }

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

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

 a { background-color: rgb(200,57,130); }

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

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

 span { border-color: rgb(200,57,130); }

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