#C61FA0

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

Shades of Medium Violet Red #C61FA0

Tints of Medium Violet Red #C61FA0

Color information

#C61FA0 (or 0xC61FA0) is unknown color: approx Medium Violet Red. HEX triplet: C6, 1F and A0. RGB value is (198,31,160). Sum of RGB (Red+Green+Blue) = 198+31+160=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 31 (12.5% from 255 or 7.97% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C61FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61FA0 is #39E05F. Grayscale: #5F5F5F. Windows color (decimal): -3792992 or 10493894. OLE color: 10493894.

HSL color Cylindrical-coordinate representation of color #C61FA0: hue angle of 313.65º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C61FA0 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB19831160-
CMYK00.840.190.22
HSL313.65º72.93%44.9%-
HSV(B)313.65º84.34%77.65%-
XYZ30.1215.5234.67-
YUV95.64164.33201.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.90%
GREEN value IS 31 (12.5% from 255) = 7.97%
BLUE value IS 160 (62.89% from 255) = 41.13%
R=50.90%
G=7.97%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1983116000.840.190.22313.6572.9344.9
HexC61FA0054131613a492d
Octal306372400124232647211155
Binary1100011011111101000000101010010011101101001110101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61FA0; }

 p { color: rgb(198,31,160); }

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

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

 a { background-color: rgb(198,31,160); }

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

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

 span { border-color: rgb(198,31,160); }

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