#C63991

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

Shades of Medium Red Violet #C63991

Tints of Medium Red Violet #C63991

Color information

#C63991 (or 0xC63991) is unknown color: approx Medium Red Violet. HEX triplet: C6, 39 and 91. RGB value is (198,57,145). Sum of RGB (Red+Green+Blue) = 198+57+145=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 57 (22.66% from 255 or 14.25% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C63991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63991 is #39C66E. Grayscale: #6C6C6C. Windows color (decimal): -3786351 or 9517510. OLE color: 9517510.

HSL color Cylindrical-coordinate representation of color #C63991: hue angle of 322.55º degrees, saturation: 0.55, 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 #C63991 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB19857145-
CMYK00.710.270.22
HSL322.55º55.29%50%-
HSV(B)322.55º71.21%77.65%-
XYZ29.8616.9828.49-
YUV109.19148.21191.34-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.5%
GREEN value IS 57 (22.66% from 255) = 14.25%
BLUE value IS 145 (57.03% from 255) = 36.25%
R=49.5%
G=14.25%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1985714500.710.270.22322.5555.2950
HexC639910471B161433732
Octal30671221010733265036762
Binary1100011011100110010001010001111101110110101000011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63991; }

 p { color: rgb(198,57,145); }

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

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

 a { background-color: rgb(198,57,145); }

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

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

 span { border-color: rgb(198,57,145); }

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