#C61A75

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

Shades of Medium Violet Red #C61A75

Tints of Medium Violet Red #C61A75

Color information

#C61A75 (or 0xC61A75) is unknown color: approx Medium Violet Red. HEX triplet: C6, 1A and 75. RGB value is (198,26,117). Sum of RGB (Red+Green+Blue) = 198+26+117=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61A75 is #39E58A. Grayscale: #575757. Windows color (decimal): -3794315 or 7674566. OLE color: 7674566.

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

Color convert

RGB19826117-
CMYK00.870.410.22
HSL328.26º76.79%43.92%-
HSV(B)328.26º86.87%77.65%-
XYZ26.8714.0318.12-
YUV87.8144.48206.6-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.06%
GREEN value IS 26 (10.55% from 255) = 7.62%
BLUE value IS 117 (46.09% from 255) = 34.31%
R=58.06%
G=7.62%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982611700.870.410.22328.2676.7943.92
HexC61A7505729161484d2c
Octal306321650127512651011554
Binary1100011011010111010101010111101001101101010010001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61A75; }

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

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

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

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

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

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

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

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