Html Css Color HEX #C5118C Medium Violet Red

📋 copy color: '#C5118C'

red 197 ◦ green 17 ◦ blue 140

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

Shades of Medium Violet Red #C5118C

Tints of Medium Violet Red #C5118C

RGB

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

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

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

R = 55.65%
G = 4.8%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5118C (or 0xC5118C) is known color: Medium Violet Red. HEX triplet: C5, 11 and 8C. RGB value is (197,17,140). Sum of RGB (Red+Green+Blue) = 197+17+140=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C5118C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5118C is #3AEE73. Grayscale: #545454. Windows color (decimal): -3862132 or 9179589. OLE color: 9179589.

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

Color convert

RGB 197 17 140 -
CMYK 0 0.91 0.29 0.23
HSL 319º 0.84% 0.42% -
HSV(B) 319º 0.91% 0.77% -
XYZ 27.96 14.16 26.07 -
YUV 84.84 159.13 208 -
System Red Green Blue C M Y K H S L
Decimal 197 17 140 0 0.91 0.29 0.23 319 0.84 0.42
Hex C5 11 8C 0 5B 1D 17 13F 54 2A
Octal 305 21 214 0 133 35 27 477 124 52
Binary 11000101 10001 10001100 0 1011011 11101 10111 100111111 1010100 101010

Color Harmonies of #C5118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5118C

Black with #C5118C

Text Example


Text Example

White with #C5118C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5118C; }

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

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

background-color css

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

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

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

border-color css

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

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

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