#C60B6B

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

Shades of Medium Violet Red #C60B6B

Tints of Medium Violet Red #C60B6B

Color information

#C60B6B (or 0xC60B6B) is unknown color: approx Medium Violet Red. HEX triplet: C6, 0B and 6B. RGB value is (198,11,107). Sum of RGB (Red+Green+Blue) = 198+11+107=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C60B6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60B6B is #39F494. Grayscale: #4D4D4D. Windows color (decimal): -3798165 or 7015366. OLE color: 7015366.

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

Color convert

RGB19811107-
CMYK00.940.460.22
HSL329.2º89.47%40.98%-
HSV(B)329.2º94.44%77.65%-
XYZ26.0613.3115.1-
YUV77.86144.45213.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 62.66%
GREEN value IS 11 (4.69% from 255) = 3.48%
BLUE value IS 107 (42.19% from 255) = 33.86%
R=62.66%
G=3.48%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981110700.940.460.22329.289.4740.98
HexC6B6B05E2E161495929
Octal306131530136562651113151
Binary110001101011110101101011110101110101101010010011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60B6B; }

 p { color: rgb(198,11,107); }

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

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

 a { background-color: rgb(198,11,107); }

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

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

 span { border-color: rgb(198,11,107); }

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