Html Css Color HEX #C5157D Medium Violet Red

📋 copy color: '#C5157D'

red 197 ◦ green 21 ◦ blue 125

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

Shades of Medium Violet Red #C5157D

Tints of Medium Violet Red #C5157D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.44%

R = 57.43%
G = 6.12%
B = 36.44%

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

#C5157D (or 0xC5157D) is known color: Medium Violet Red. HEX triplet: C5, 15 and 7D. RGB value is (197,21,125). Sum of RGB (Red+Green+Blue) = 197+21+125=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C5157D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5157D is #3AEA82. Grayscale: #555555. Windows color (decimal): -3861123 or 8197573. OLE color: 8197573.

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

Color convert

RGB 197 21 125 -
CMYK 0 0.89 0.37 0.23
HSL 324.55º 0.81% 0.43% -
HSV(B) 324.55º 0.89% 0.77% -
XYZ 27 13.89 20.66 -
YUV 85.48 150.31 207.54 -
System Red Green Blue C M Y K H S L
Decimal 197 21 125 0 0.89 0.37 0.23 324.55 0.81 0.43
Hex C5 15 7D 0 59 25 17 145 51 2B
Octal 305 25 175 0 131 45 27 505 121 53
Binary 11000101 10101 1111101 0 1011001 100101 10111 101000101 1010001 101011

Color Harmonies of #C5157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5157D

Black with #C5157D

Text Example


Text Example

White with #C5157D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5157D; }

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

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

background-color css

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

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

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

border-color css

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

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

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