Html Css Color HEX #C5158E Medium Violet Red

📋 copy color: '#C5158E'

red 197 ◦ green 21 ◦ blue 142

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

Shades of Medium Violet Red #C5158E

Tints of Medium Violet Red #C5158E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.44%

R = 54.72%
G = 5.83%
B = 39.44%

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

#C5158E (or 0xC5158E) is known color: Medium Violet Red. HEX triplet: C5, 15 and 8E. RGB value is (197,21,142). Sum of RGB (Red+Green+Blue) = 197+21+142=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C5158E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5158E is #3AEA71. Grayscale: #575757. Windows color (decimal): -3861106 or 9311685. OLE color: 9311685.

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

Color convert

RGB 197 21 142 -
CMYK 0 0.89 0.28 0.23
HSL 318.75º 0.81% 0.43% -
HSV(B) 318.75º 0.89% 0.77% -
XYZ 28.18 14.36 26.88 -
YUV 87.42 158.81 206.16 -
System Red Green Blue C M Y K H S L
Decimal 197 21 142 0 0.89 0.28 0.23 318.75 0.81 0.43
Hex C5 15 8E 0 59 1C 17 13F 51 2B
Octal 305 25 216 0 131 34 27 477 121 53
Binary 11000101 10101 10001110 0 1011001 11100 10111 100111111 1010001 101011

Color Harmonies of #C5158E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5158E

Black with #C5158E

Text Example


Text Example

White with #C5158E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5158E; }

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

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

background-color css

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

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

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

border-color css

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

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

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