#C62972

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

Shades of Medium Red Violet #C62972

Tints of Medium Red Violet #C62972

Color information

#C62972 (or 0xC62972) is unknown color: approx Medium Red Violet. HEX triplet: C6, 29 and 72. RGB value is (198,41,114). Sum of RGB (Red+Green+Blue) = 198+41+114=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C62972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62972 is #39D68D. Grayscale: #606060. Windows color (decimal): -3790478 or 7481798. OLE color: 7481798.

HSL color Cylindrical-coordinate representation of color #C62972: hue angle of 332.1º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62972 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB19841114-
CMYK00.790.420.22
HSL332.1º65.69%46.86%-
HSV(B)332.1º79.29%77.65%-
XYZ27.1214.8117.35-
YUV96.26138.01200.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.09%
GREEN value IS 41 (16.41% from 255) = 11.61%
BLUE value IS 114 (44.92% from 255) = 32.29%
R=56.09%
G=11.61%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984111400.790.420.22332.165.6946.86
HexC6297204F2A1614c422f
Octal306511620117522651410257
Binary11000110101001111001001001111101010101101010011001000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62972; }

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

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

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

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

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

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

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

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