Html Css Color HEX #C5118F Medium Violet Red

📋 copy color: '#C5118F'

red 197 ◦ green 17 ◦ blue 143

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

Shades of Medium Violet Red #C5118F

Tints of Medium Violet Red #C5118F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.76%

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

R = 55.18%
G = 4.76%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C5118F (or 0xC5118F) is known color: Medium Violet Red. HEX triplet: C5, 11 and 8F. RGB value is (197,17,143). Sum of RGB (Red+Green+Blue) = 197+17+143=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5118F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5118F is #3AEE70. Grayscale: #545454. Windows color (decimal): -3862129 or 9376197. OLE color: 9376197.

HSL color Cylindrical-coordinate representation of color #C5118F: hue angle of 318º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5118F is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 17 143 -
CMYK 0 0.91 0.27 0.23
HSL 318º 0.84% 0.42% -
HSV(B) 318º 0.91% 0.77% -
XYZ 28.18 14.25 27.25 -
YUV 85.18 160.63 207.75 -
System Red Green Blue C M Y K H S L
Decimal 197 17 143 0 0.91 0.27 0.23 318 0.84 0.42
Hex C5 11 8F 0 5B 1B 17 13E 54 2A
Octal 305 21 217 0 133 33 27 476 124 52
Binary 11000101 10001 10001111 0 1011011 11011 10111 100111110 1010100 101010

Color Harmonies of #C5118F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5118F

Black with #C5118F

Text Example


Text Example

White with #C5118F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5118F; }

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

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

background-color css

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

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

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

border-color css

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

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

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