#C5248B

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

Shades of Medium Violet Red #C5248B

Tints of Medium Violet Red #C5248B

Color information

#C5248B (or 0xC5248B) is unknown color: approx Medium Violet Red. HEX triplet: C5, 24 and 8B. RGB value is (197,36,139). Sum of RGB (Red+Green+Blue) = 197+36+139=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C5248B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5248B is #3ADB74. Grayscale: #5F5F5F. Windows color (decimal): -3857269 or 9118917. OLE color: 9118917.

HSL color Cylindrical-coordinate representation of color #C5248B: hue angle of 321.61º 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 #C5248B is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB19736139-
CMYK00.820.290.23
HSL321.61º69.1%45.69%-
HSV(B)321.61º81.73%77.25%-
XYZ28.321525.83-
YUV95.88152.34200.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.96%
GREEN value IS 36 (14.45% from 255) = 9.68%
BLUE value IS 139 (54.69% from 255) = 37.37%
R=52.96%
G=9.68%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1973613900.820.290.23321.6169.145.69
HexC5248B0521D17142452e
Octal305442130122352750210556
Binary11000101100100100010110101001011101101111010000101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5248B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5248B; }

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

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

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

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

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

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

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

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