#C7249C

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

Shades of Medium Violet Red #C7249C

Tints of Medium Violet Red #C7249C

Color information

#C7249C (or 0xC7249C) is unknown color: approx Medium Violet Red. HEX triplet: C7, 24 and 9C. RGB value is (199,36,156). Sum of RGB (Red+Green+Blue) = 199+36+156=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C7249C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7249C is #38DB63. Grayscale: #626262. Windows color (decimal): -3726180 or 10233031. OLE color: 10233031.

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

Color convert

RGB19936156-
CMYK00.820.220.22
HSL315.83º69.36%46.08%-
HSV(B)315.83º81.91%78.04%-
XYZ30.1815.832.91-
YUV98.42160.5199.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.90%
GREEN value IS 36 (14.45% from 255) = 9.21%
BLUE value IS 156 (61.33% from 255) = 39.90%
R=50.90%
G=9.21%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1993615600.820.220.22315.8369.3646.08
HexC7249C052161613c452e
Octal307442340122262647410556
Binary11000111100100100111000101001010110101101001111001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7249C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7249C; }

 p { color: rgb(199,36,156); }

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

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

 a { background-color: rgb(199,36,156); }

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

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

 span { border-color: rgb(199,36,156); }

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