#C63880

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

Shades of Medium Red Violet #C63880

Tints of Medium Red Violet #C63880

Color information

#C63880 (or 0xC63880) is unknown color: approx Medium Red Violet. HEX triplet: C6, 38 and 80. RGB value is (198,56,128). Sum of RGB (Red+Green+Blue) = 198+56+128=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C63880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63880 is #39C77F. Grayscale: #6A6A6A. Windows color (decimal): -3786624 or 8403142. OLE color: 8403142.

HSL color Cylindrical-coordinate representation of color #C63880: hue angle of 329.58º degrees, saturation: 0.56, 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 #C63880 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB19856128-
CMYK00.720.350.22
HSL329.58º55.91%49.8%-
HSV(B)329.58º71.72%77.65%-
XYZ28.616.3922.08-
YUV106.67140.04193.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.83%
GREEN value IS 56 (22.27% from 255) = 14.66%
BLUE value IS 128 (50.39% from 255) = 33.51%
R=51.83%
G=14.66%
B=33.51%

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
Decimal1985612800.720.350.22329.5855.9149.8
HexC63880048231614a3832
Octal30670200011043265127062
Binary11000110111000100000000100100010001110110101001010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63880; }

 p { color: rgb(198,56,128); }

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

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

 a { background-color: rgb(198,56,128); }

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

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

 span { border-color: rgb(198,56,128); }

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