#C61E90

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

Shades of Medium Violet Red #C61E90

Tints of Medium Violet Red #C61E90

Color information

#C61E90 (or 0xC61E90) is unknown color: approx Medium Violet Red. HEX triplet: C6, 1E and 90. RGB value is (198,30,144). Sum of RGB (Red+Green+Blue) = 198+30+144=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C61E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61E90 is #39E16F. Grayscale: #5C5C5C. Windows color (decimal): -3793264 or 9445062. OLE color: 9445062.

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

Color convert

RGB19830144-
CMYK00.850.270.22
HSL319.29º73.68%44.71%-
HSV(B)319.29º84.85%77.65%-
XYZ28.7914.9527.75-
YUV93.23156.66202.73-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.23%
GREEN value IS 30 (12.11% from 255) = 8.06%
BLUE value IS 144 (56.64% from 255) = 38.71%
R=53.23%
G=8.06%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1983014400.850.270.22319.2973.6844.71
HexC61E900551B1613f4a2d
Octal306362200125332647711255
Binary1100011011110100100000101010111011101101001111111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61E90; }

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

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

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

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

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

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

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

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