Html Css Color HEX #C5158F Medium Violet Red

📋 copy color: '#C5158F'

red 197 ◦ green 21 ◦ blue 143

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

Shades of Medium Violet Red #C5158F

Tints of Medium Violet Red #C5158F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.61%

R = 54.57%
G = 5.82%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C5158F (or 0xC5158F) is known color: Medium Violet Red. HEX triplet: C5, 15 and 8F. RGB value is (197,21,143). Sum of RGB (Red+Green+Blue) = 197+21+143=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C5158F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5158F is #3AEA70. Grayscale: #575757. Windows color (decimal): -3861105 or 9377221. OLE color: 9377221.

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

Color convert

RGB 197 21 143 -
CMYK 0 0.89 0.27 0.23
HSL 318.41º 0.81% 0.43% -
HSV(B) 318.41º 0.89% 0.77% -
XYZ 28.25 14.39 27.28 -
YUV 87.53 159.31 206.08 -
System Red Green Blue C M Y K H S L
Decimal 197 21 143 0 0.89 0.27 0.23 318.41 0.81 0.43
Hex C5 15 8F 0 59 1B 17 13E 51 2B
Octal 305 25 217 0 131 33 27 476 121 53
Binary 11000101 10101 10001111 0 1011001 11011 10111 100111110 1010001 101011

Color Harmonies of #C5158F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5158F

Black with #C5158F

Text Example


Text Example

White with #C5158F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5158F; }

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

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

background-color css

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

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

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

border-color css

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

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

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