Html Css Color HEX #C5158C Medium Violet Red

📋 copy color: '#C5158C'

red 197 ◦ green 21 ◦ blue 140

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

Shades of Medium Violet Red #C5158C

Tints of Medium Violet Red #C5158C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.11%

R = 55.03%
G = 5.87%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5158C (or 0xC5158C) is known color: Medium Violet Red. HEX triplet: C5, 15 and 8C. RGB value is (197,21,140). Sum of RGB (Red+Green+Blue) = 197+21+140=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C5158C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5158C is #3AEA73. Grayscale: #565656. Windows color (decimal): -3861108 or 9180613. OLE color: 9180613.

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

Color convert

RGB 197 21 140 -
CMYK 0 0.89 0.29 0.23
HSL 319.43º 0.81% 0.43% -
HSV(B) 319.43º 0.89% 0.77% -
XYZ 28.03 14.3 26.09 -
YUV 87.19 157.81 206.32 -
System Red Green Blue C M Y K H S L
Decimal 197 21 140 0 0.89 0.29 0.23 319.43 0.81 0.43
Hex C5 15 8C 0 59 1D 17 13F 51 2B
Octal 305 25 214 0 131 35 27 477 121 53
Binary 11000101 10101 10001100 0 1011001 11101 10111 100111111 1010001 101011

Color Harmonies of #C5158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5158C

Black with #C5158C

Text Example


Text Example

White with #C5158C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5158C; }

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

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

background-color css

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

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

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

border-color css

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

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

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