Html Css Color HEX #C5157C Medium Violet Red

📋 copy color: '#C5157C'

red 197 ◦ green 21 ◦ blue 124

#C5157C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #C5157C

Tints of Medium Violet Red #C5157C

RGB

 RED value IS 197 (77.34% from 255) = 57.6%

 GREEN value IS 21 (8.59% from 255) = 6.14%

 BLUE value IS 124 (48.83% from 255) = 36.26%

R = 57.6%
G = 6.14%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C5157C (or 0xC5157C) is known color: Medium Violet Red. HEX triplet: C5, 15 and 7C. RGB value is (197,21,124). Sum of RGB (Red+Green+Blue) = 197+21+124=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C5157C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5157C is #3AEA83. Grayscale: #555555. Windows color (decimal): -3861124 or 8132037. OLE color: 8132037.

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

Color convert

RGB 197 21 124 -
CMYK 0 0.89 0.37 0.23
HSL 324.89º 0.81% 0.43% -
HSV(B) 324.89º 0.89% 0.77% -
XYZ 26.93 13.86 20.32 -
YUV 85.37 149.81 207.62 -
System Red Green Blue C M Y K H S L
Decimal 197 21 124 0 0.89 0.37 0.23 324.89 0.81 0.43
Hex C5 15 7C 0 59 25 17 145 51 2B
Octal 305 25 174 0 131 45 27 505 121 53
Binary 11000101 10101 1111100 0 1011001 100101 10111 101000101 1010001 101011

Color Harmonies of #C5157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5157C

Black with #C5157C

Text Example


Text Example

White with #C5157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5157C; }

 p { color: rgb(197,21,124); }

 H1.HeaderClassName
 {
   color: #C5157C;
 }
 .AnyTagClassName
 {
   color: #C5157C;
 }
</style>

background-color css

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

 a { background-color: rgb(197,21,124); }

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

border-color css

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

 span { border-color: rgb(197,21,124); }

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