#C60392

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

Shades of Medium Violet Red #C60392

Tints of Medium Violet Red #C60392

Color information

#C60392 (or 0xC60392) is unknown color: approx Medium Violet Red. HEX triplet: C6, 03 and 92. RGB value is (198,3,146). Sum of RGB (Red+Green+Blue) = 198+3+146=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C60392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60392 is #39FC6D. Grayscale: #4D4D4D. Windows color (decimal): -3800174 or 9569222. OLE color: 9569222.

HSL color Cylindrical-coordinate representation of color #C60392: hue angle of 316º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60392 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB1983146-
CMYK00.980.260.22
HSL316º97.01%39.41%-
HSV(B)316º98.48%77.65%-
XYZ28.5114.1528.42-
YUV77.61166.6213.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.06%
GREEN value IS 3 (1.56% from 255) = 0.86%
BLUE value IS 146 (57.42% from 255) = 42.07%
R=57.06%
G=0.86%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198314600.980.260.2231697.0139.41
HexC63920621A1613c6127
Octal30632220142322647414147
Binary1100011011100100100110001011010101101001111001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60392; }

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

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

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

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

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

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

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

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