#C5266F

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

Shades of Medium Red Violet #C5266F

Tints of Medium Red Violet #C5266F

Color information

#C5266F (or 0xC5266F) is unknown color: approx Medium Red Violet. HEX triplet: C5, 26 and 6F. RGB value is (197,38,111). Sum of RGB (Red+Green+Blue) = 197+38+111=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C5266F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5266F is #3AD990. Grayscale: #5D5D5D. Windows color (decimal): -3856785 or 7284421. OLE color: 7284421.

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

Color convert

RGB19738111-
CMYK00.810.440.23
HSL332.45º67.66%46.08%-
HSV(B)332.45º80.71%77.25%-
XYZ26.5914.416.42-
YUV93.86137.68201.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.94%
GREEN value IS 38 (15.23% from 255) = 10.98%
BLUE value IS 111 (43.75% from 255) = 32.08%
R=56.94%
G=10.98%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1973811100.810.440.23332.4567.6646.08
HexC5266F0512C1714c442e
Octal305461570121542751410456
Binary11000101100110110111101010001101100101111010011001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5266F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5266F; }

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

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

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

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

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

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

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

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