#C61972

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

Shades of Medium Violet Red #C61972

Tints of Medium Violet Red #C61972

Color information

#C61972 (or 0xC61972) is unknown color: approx Medium Violet Red. HEX triplet: C6, 19 and 72. RGB value is (198,25,114). Sum of RGB (Red+Green+Blue) = 198+25+114=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C61972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61972 is #39E68D. Grayscale: #565656. Windows color (decimal): -3794574 or 7477702. OLE color: 7477702.

HSL color Cylindrical-coordinate representation of color #C61972: hue angle of 329.13º degrees, saturation: 0.78, 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 #C61972 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB19825114-
CMYK00.870.420.22
HSL329.13º77.58%43.73%-
HSV(B)329.13º87.37%77.65%-
XYZ26.6713.9217.2-
YUV86.87143.31207.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.75%
GREEN value IS 25 (10.16% from 255) = 7.42%
BLUE value IS 114 (44.92% from 255) = 33.83%
R=58.75%
G=7.42%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982511400.870.420.22329.1377.5843.73
HexC619720572A161494e2c
Octal306311620127522651111654
Binary1100011011001111001001010111101010101101010010011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61972; }

 p { color: rgb(198,25,114); }

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

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

 a { background-color: rgb(198,25,114); }

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

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

 span { border-color: rgb(198,25,114); }

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