#c60c85

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

Shades of Medium Violet Red #C60C85

Tints of Medium Violet Red #C60C85

Color information

#C60C85 (or 0xC60C85) is unknown color: approx Medium Violet Red. HEX triplet: C6, 0C and 85. RGB value is (198,12,133). Sum of RGB (Red+Green+Blue) = 198+12+133=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 12 (5.08% from 255 or 3.50% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C60C85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60C85 is #39F37A. Grayscale: #515151. Windows color (decimal): -3797883 or 8719558. OLE color: 8719558.

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

Color convert

RGB19812133-
CMYK00.940.330.22
HSL320.97º88.57%41.18%-
HSV(B)320.97º93.94%77.65%-
XYZ27.6513.9623.43-
YUV81.41157.12211.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.73%
GREEN value IS 12 (5.08% from 255) = 3.50%
BLUE value IS 133 (52.34% from 255) = 38.78%
R=57.73%
G=3.50%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981213300.940.330.22320.9788.5741.18
HexC6C8505E21161415929
Octal306142050136412650113151
Binary1100011011001000010101011110100001101101010000011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c60c85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c60c85; }

 p { color: rgb(198,12,133); }

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

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

 a { background-color: rgb(198,12,133); }

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

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

 span { border-color: rgb(198,12,133); }

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