#C61F72

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

Shades of Medium Violet Red #C61F72

Tints of Medium Violet Red #C61F72

Color information

#C61F72 (or 0xC61F72) is unknown color: approx Medium Violet Red. HEX triplet: C6, 1F and 72. RGB value is (198,31,114). Sum of RGB (Red+Green+Blue) = 198+31+114=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 31 (12.5% from 255 or 9.04% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C61F72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61F72 is #39E08D. Grayscale: #5A5A5A. Windows color (decimal): -3793038 or 7479238. OLE color: 7479238.

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

Color convert

RGB19831114-
CMYK00.840.420.22
HSL330.18º72.93%44.9%-
HSV(B)330.18º84.34%77.65%-
XYZ26.8214.217.25-
YUV90.4141.33204.75-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.73%
GREEN value IS 31 (12.5% from 255) = 9.04%
BLUE value IS 114 (44.92% from 255) = 33.24%
R=57.73%
G=9.04%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1983111400.840.420.22330.1872.9344.9
HexC61F720542A1614a492d
Octal306371620124522651211155
Binary1100011011111111001001010100101010101101010010101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61F72; }

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

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

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

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

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

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

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

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