#C83186

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

Shades of Medium Red Violet #C83186

Tints of Medium Red Violet #C83186

Color information

#C83186 (or 0xC83186) is unknown color: approx Medium Red Violet. HEX triplet: C8, 31 and 86. RGB value is (200,49,134). Sum of RGB (Red+Green+Blue) = 200+49+134=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C83186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83186 is #37CE79. Grayscale: #676767. Windows color (decimal): -3657338 or 8794568. OLE color: 8794568.

HSL color Cylindrical-coordinate representation of color #C83186: hue angle of 326.23º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83186 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB20049134-
CMYK00.760.330.22
HSL326.23º60.64%48.82%-
HSV(B)326.23º75.5%78.43%-
XYZ29.2216.224.14-
YUV103.84145.03196.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.22%
GREEN value IS 49 (19.53% from 255) = 12.79%
BLUE value IS 134 (52.73% from 255) = 34.99%
R=52.22%
G=12.79%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2004913400.760.330.22326.2360.6448.82
HexC8318604C21161463d31
Octal31061206011441265067561
Binary11001000110001100001100100110010000110110101000110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83186; }

 p { color: rgb(200,49,134); }

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

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

 a { background-color: rgb(200,49,134); }

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

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

 span { border-color: rgb(200,49,134); }

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