#c6147c

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

Shades of Medium Violet Red #C6147C

Tints of Medium Violet Red #C6147C

Color information

#C6147C (or 0xC6147C) is unknown color: approx Medium Violet Red. HEX triplet: C6, 14 and 7C. RGB value is (198,20,124). Sum of RGB (Red+Green+Blue) = 198+20+124=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C6147C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6147C is #39EB83. Grayscale: #545454. Windows color (decimal): -3795844 or 8131782. OLE color: 8131782.

HSL color Cylindrical-coordinate representation of color #C6147C: hue angle of 324.94º 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 #C6147C is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB19820124-
CMYK00.900.370.22
HSL324.94º81.65%42.75%-
HSV(B)324.94º89.9%77.65%-
XYZ27.1813.9620.33-
YUV85.08149.97208.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.89%
GREEN value IS 20 (8.20% from 255) = 5.85%
BLUE value IS 124 (48.83% from 255) = 36.26%
R=57.89%
G=5.85%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982012400.900.370.22324.9481.6542.75
HexC6147C05A2516145522b
Octal306241740132452650512253
Binary1100011010100111110001011010100101101101010001011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6147c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6147c; }

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

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

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

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

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

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

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

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