#C60675

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

Shades of Medium Violet Red #C60675

Tints of Medium Violet Red #C60675

Color information

#C60675 (or 0xC60675) is unknown color: approx Medium Violet Red. HEX triplet: C6, 06 and 75. RGB value is (198,6,117). Sum of RGB (Red+Green+Blue) = 198+6+117=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C60675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60675 is #39F98A. Grayscale: #4B4B4B. Windows color (decimal): -3799435 or 7669446. OLE color: 7669446.

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

Color convert

RGB1986117-
CMYK00.970.410.22
HSL325.31º94.12%40%-
HSV(B)325.31º96.97%77.65%-
XYZ26.5613.4218.02-
YUV76.06151.11214.97-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.68%
GREEN value IS 6 (2.73% from 255) = 1.87%
BLUE value IS 117 (46.09% from 255) = 36.45%
R=61.68%
G=1.87%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198611700.970.410.22325.3194.1240
HexC667506129161455e28
Octal30661650141512650513650
Binary11000110110111010101100001101001101101010001011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60675; }

 p { color: rgb(198,6,117); }

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

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

 a { background-color: rgb(198,6,117); }

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

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

 span { border-color: rgb(198,6,117); }

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