#C83885

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

Shades of Medium Red Violet #C83885

Tints of Medium Red Violet #C83885

Color information

#C83885 (or 0xC83885) is unknown color: approx Medium Red Violet. HEX triplet: C8, 38 and 85. RGB value is (200,56,133). Sum of RGB (Red+Green+Blue) = 200+56+133=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C83885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83885 is #37C77A. Grayscale: #6B6B6B. Windows color (decimal): -3655547 or 8730824. OLE color: 8730824.

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

Color convert

RGB20056133-
CMYK00.720.340.22
HSL327.92º56.69%50.2%-
HSV(B)327.92º72%78.43%-
XYZ29.4716.823.88-
YUV107.83142.21193.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.41%
GREEN value IS 56 (22.27% from 255) = 14.40%
BLUE value IS 133 (52.34% from 255) = 34.19%
R=51.41%
G=14.40%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2005613300.720.340.22327.9256.6950.2
HexC8388504822161483932
Octal31070205011042265107162
Binary11001000111000100001010100100010001010110101001000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83885; }

 p { color: rgb(200,56,133); }

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

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

 a { background-color: rgb(200,56,133); }

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

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

 span { border-color: rgb(200,56,133); }

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