#c61a91

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

Shades of Medium Violet Red #C61A91

Tints of Medium Violet Red #C61A91

Color information

#C61A91 (or 0xC61A91) is unknown color: approx Medium Violet Red. HEX triplet: C6, 1A and 91. RGB value is (198,26,145). Sum of RGB (Red+Green+Blue) = 198+26+145=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 26 (10.55% from 255 or 7.05% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61A91 is #39E56E. Grayscale: #5A5A5A. Windows color (decimal): -3794287 or 9509574. OLE color: 9509574.

HSL color Cylindrical-coordinate representation of color #C61A91: hue angle of 318.49º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61A91 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB19826145-
CMYK00.870.270.22
HSL318.49º76.79%43.92%-
HSV(B)318.49º86.87%77.65%-
XYZ28.7714.7928.13-
YUV90.99158.48204.32-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.66%
GREEN value IS 26 (10.55% from 255) = 7.05%
BLUE value IS 145 (57.03% from 255) = 39.30%
R=53.66%
G=7.05%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982614500.870.270.22318.4976.7943.92
HexC61A910571B1613e4d2c
Octal306322210127332647611554
Binary1100011011010100100010101011111011101101001111101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c61a91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c61a91; }

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

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

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

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

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

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

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

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