Html Css Color HEX #C5158D Medium Violet Red

📋 copy color: '#C5158D'

red 197 ◦ green 21 ◦ blue 141

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

Shades of Medium Violet Red #C5158D

Tints of Medium Violet Red #C5158D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.28%

R = 54.87%
G = 5.85%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5158D (or 0xC5158D) is known color: Medium Violet Red. HEX triplet: C5, 15 and 8D. RGB value is (197,21,141). Sum of RGB (Red+Green+Blue) = 197+21+141=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5158D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5158D is #3AEA72. Grayscale: #575757. Windows color (decimal): -3861107 or 9246149. OLE color: 9246149.

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

Color convert

RGB 197 21 141 -
CMYK 0 0.89 0.28 0.23
HSL 319.09º 0.81% 0.43% -
HSV(B) 319.09º 0.89% 0.77% -
XYZ 28.1 14.33 26.48 -
YUV 87.3 158.31 206.24 -
System Red Green Blue C M Y K H S L
Decimal 197 21 141 0 0.89 0.28 0.23 319.09 0.81 0.43
Hex C5 15 8D 0 59 1C 17 13F 51 2B
Octal 305 25 215 0 131 34 27 477 121 53
Binary 11000101 10101 10001101 0 1011001 11100 10111 100111111 1010001 101011

Color Harmonies of #C5158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5158D

Black with #C5158D

Text Example


Text Example

White with #C5158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5158D; }

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

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

background-color css

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

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

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

border-color css

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

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

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