#C5246F

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

Shades of Medium Violet Red #C5246F

Tints of Medium Violet Red #C5246F

Color information

#C5246F (or 0xC5246F) is unknown color: approx Medium Violet Red. HEX triplet: C5, 24 and 6F. RGB value is (197,36,111). Sum of RGB (Red+Green+Blue) = 197+36+111=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C5246F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5246F is #3ADB90. Grayscale: #5C5C5C. Windows color (decimal): -3857297 or 7283909. OLE color: 7283909.

HSL color Cylindrical-coordinate representation of color #C5246F: hue angle of 332.05º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5246F is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB19736111-
CMYK00.820.440.23
HSL332.05º69.1%45.69%-
HSV(B)332.05º81.73%77.25%-
XYZ26.5314.2816.4-
YUV92.69138.34202.4-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 57.27%
GREEN value IS 36 (14.45% from 255) = 10.47%
BLUE value IS 111 (43.75% from 255) = 32.27%
R=57.27%
G=10.47%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1973611100.820.440.23332.0569.145.69
HexC5246F0522C1714c452e
Octal305441570122542751410556
Binary11000101100100110111101010010101100101111010011001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5246F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5246F; }

 p { color: rgb(197,36,111); }

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

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

 a { background-color: rgb(197,36,111); }

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

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

 span { border-color: rgb(197,36,111); }

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