#C61EA1

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

Shades of Medium Violet Red #C61EA1

Tints of Medium Violet Red #C61EA1

Color information

#C61EA1 (or 0xC61EA1) is unknown color: approx Medium Violet Red. HEX triplet: C6, 1E and A1. RGB value is (198,30,161). Sum of RGB (Red+Green+Blue) = 198+30+161=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 30 (12.11% from 255 or 7.71% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C61EA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61EA1 is #39E15E. Grayscale: #5E5E5E. Windows color (decimal): -3793247 or 10559174. OLE color: 10559174.

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

Color convert

RGB19830161-
CMYK00.850.190.22
HSL313.21º73.68%44.71%-
HSV(B)313.21º84.85%77.65%-
XYZ30.1915.5135.12-
YUV95.17165.16201.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.90%
GREEN value IS 30 (12.11% from 255) = 7.71%
BLUE value IS 161 (63.28% from 255) = 41.39%
R=50.90%
G=7.71%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1983016100.850.190.22313.2173.6844.71
HexC61EA105513161394a2d
Octal306362410125232647111255
Binary1100011011110101000010101010110011101101001110011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61EA1; }

 p { color: rgb(198,30,161); }

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

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

 a { background-color: rgb(198,30,161); }

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

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

 span { border-color: rgb(198,30,161); }

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