#C5278F

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

Shades of Medium Red Violet #C5278F

Tints of Medium Red Violet #C5278F

Color information

#C5278F (or 0xC5278F) is unknown color: approx Medium Red Violet. HEX triplet: C5, 27 and 8F. RGB value is (197,39,143). Sum of RGB (Red+Green+Blue) = 197+39+143=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 39 (15.62% from 255 or 10.29% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C5278F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5278F is #3AD870. Grayscale: #616161. Windows color (decimal): -3856497 or 9381829. OLE color: 9381829.

HSL color Cylindrical-coordinate representation of color #C5278F: hue angle of 320.51º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5278F is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB19739143-
CMYK00.800.270.23
HSL320.51º66.95%46.27%-
HSV(B)320.51º80.2%77.25%-
XYZ28.7115.327.43-
YUV98.1153.35198.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.98%
GREEN value IS 39 (15.62% from 255) = 10.29%
BLUE value IS 143 (56.25% from 255) = 37.73%
R=51.98%
G=10.29%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1973914300.800.270.23320.5166.9546.27
HexC5278F0501B17141432e
Octal305472170120332750110356
Binary11000101100111100011110101000011011101111010000011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5278F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5278F; }

 p { color: rgb(197,39,143); }

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

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

 a { background-color: rgb(197,39,143); }

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

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

 span { border-color: rgb(197,39,143); }

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