#c5257b

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

Shades of Medium Violet Red #C5257B

Tints of Medium Violet Red #C5257B

Color information

#C5257B (or 0xC5257B) is unknown color: approx Medium Violet Red. HEX triplet: C5, 25 and 7B. RGB value is (197,37,123). Sum of RGB (Red+Green+Blue) = 197+37+123=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5257B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5257B is #3ADA84. Grayscale: #5E5E5E. Windows color (decimal): -3857029 or 8070597. OLE color: 8070597.

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

Color convert

RGB19737123-
CMYK00.810.380.23
HSL327.75º68.38%45.88%-
HSV(B)327.75º81.22%77.25%-
XYZ27.2614.6220.12-
YUV94.64144.01201.01-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.18%
GREEN value IS 37 (14.84% from 255) = 10.36%
BLUE value IS 123 (48.44% from 255) = 34.45%
R=55.18%
G=10.36%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1973712300.810.380.23327.7568.3845.88
HexC5257B0512617148442e
Octal305451730121462751010456
Binary11000101100101111101101010001100110101111010010001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5257b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5257b; }

 p { color: rgb(197,37,123); }

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

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

 a { background-color: rgb(197,37,123); }

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

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

 span { border-color: rgb(197,37,123); }

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