#c61471

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

Shades of Medium Violet Red #C61471

Tints of Medium Violet Red #C61471

Color information

#C61471 (or 0xC61471) is unknown color: approx Medium Violet Red. HEX triplet: C6, 14 and 71. RGB value is (198,20,113). Sum of RGB (Red+Green+Blue) = 198+20+113=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C61471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61471 is #39EB8E. Grayscale: #535353. Windows color (decimal): -3795855 or 7410886. OLE color: 7410886.

HSL color Cylindrical-coordinate representation of color #C61471: hue angle of 328.65º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61471 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB19820113-
CMYK00.900.430.22
HSL328.65º81.65%42.75%-
HSV(B)328.65º89.9%77.65%-
XYZ26.5213.716.87-
YUV83.82144.47209.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.82%
GREEN value IS 20 (8.20% from 255) = 6.04%
BLUE value IS 113 (44.53% from 255) = 34.14%
R=59.82%
G=6.04%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982011300.900.430.22328.6581.6542.75
HexC6147105A2B16149522b
Octal306241610132532651112253
Binary1100011010100111000101011010101011101101010010011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c61471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c61471; }

 p { color: rgb(198,20,113); }

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

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

 a { background-color: rgb(198,20,113); }

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

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

 span { border-color: rgb(198,20,113); }

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