#C60397

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

Shades of Medium Violet Red #C60397

Tints of Medium Violet Red #C60397

Color information

#C60397 (or 0xC60397) is unknown color: approx Medium Violet Red. HEX triplet: C6, 03 and 97. RGB value is (198,3,151). Sum of RGB (Red+Green+Blue) = 198+3+151=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C60397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60397 is #39FC68. Grayscale: #4D4D4D. Windows color (decimal): -3800169 or 9896902. OLE color: 9896902.

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

Color convert

RGB1983151-
CMYK00.980.240.22
HSL314.46º97.01%39.41%-
HSV(B)314.46º98.48%77.65%-
XYZ28.9114.3130.52-
YUV78.18169.1213.47-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.25%
GREEN value IS 3 (1.56% from 255) = 0.85%
BLUE value IS 151 (59.38% from 255) = 42.90%
R=56.25%
G=0.85%
B=42.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198315100.980.240.22314.4697.0139.41
HexC6397062181613a6127
Octal30632270142302647214147
Binary1100011011100101110110001011000101101001110101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60397; }

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

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

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

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

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

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

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

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