#C61492

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

Shades of Medium Violet Red #C61492

Tints of Medium Violet Red #C61492

Color information

#C61492 (or 0xC61492) is unknown color: approx Medium Violet Red. HEX triplet: C6, 14 and 92. RGB value is (198,20,146). Sum of RGB (Red+Green+Blue) = 198+20+146=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C61492 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61492 is #39EB6D. Grayscale: #575757. Windows color (decimal): -3795822 or 9573574. OLE color: 9573574.

HSL color Cylindrical-coordinate representation of color #C61492: hue angle of 317.53º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61492 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB19820146-
CMYK00.900.260.22
HSL317.53º81.65%42.75%-
HSV(B)317.53º89.9%77.65%-
XYZ28.7314.5828.49-
YUV87.59160.97206.75-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.40%
GREEN value IS 20 (8.20% from 255) = 5.49%
BLUE value IS 146 (57.42% from 255) = 40.11%
R=54.40%
G=5.49%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982014600.900.260.22317.5381.6542.75
HexC6149205A1A1613e522b
Octal306242220132322647612253
Binary1100011010100100100100101101011010101101001111101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61492; }

 p { color: rgb(198,20,146); }

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

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

 a { background-color: rgb(198,20,146); }

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

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

 span { border-color: rgb(198,20,146); }

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