#C83495

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

Shades of Medium Red Violet #C83495

Tints of Medium Red Violet #C83495

Color information

#C83495 (or 0xC83495) is unknown color: approx Medium Red Violet. HEX triplet: C8, 34 and 95. RGB value is (200,52,149). Sum of RGB (Red+Green+Blue) = 200+52+149=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C83495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83495 is #37CB6A. Grayscale: #6B6B6B. Windows color (decimal): -3656555 or 9778376. OLE color: 9778376.

HSL color Cylindrical-coordinate representation of color #C83495: hue angle of 320.68º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C83495 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB20052149-
CMYK00.740.260.22
HSL320.68º58.73%49.41%-
HSV(B)320.68º74%78.43%-
XYZ30.4716.9130.09-
YUV107.31151.53194.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.88%
GREEN value IS 52 (20.70% from 255) = 12.97%
BLUE value IS 149 (58.59% from 255) = 37.16%
R=49.88%
G=12.97%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2005214900.740.260.22320.6858.7349.41
HexC8349504A1A161413b31
Octal31064225011232265017361
Binary1100100011010010010101010010101101010110101000001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83495; }

 p { color: rgb(200,52,149); }

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

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

 a { background-color: rgb(200,52,149); }

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

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

 span { border-color: rgb(200,52,149); }

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