Html Css Color HEX #C5116E Medium Violet Red

📋 copy color: '#C5116E'

red 197 ◦ green 17 ◦ blue 110

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

Shades of Medium Violet Red #C5116E

Tints of Medium Violet Red #C5116E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.95%

R = 60.8%
G = 5.25%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5116E (or 0xC5116E) is known color: Medium Violet Red. HEX triplet: C5, 11 and 6E. RGB value is (197,17,110). Sum of RGB (Red+Green+Blue) = 197+17+110=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C5116E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5116E is #3AEE91. Grayscale: #515151. Windows color (decimal): -3862162 or 7213509. OLE color: 7213509.

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

Color convert

RGB 197 17 110 -
CMYK 0 0.91 0.44 0.23
HSL 329º 0.84% 0.42% -
HSV(B) 329º 0.91% 0.77% -
XYZ 26.04 13.4 15.97 -
YUV 81.42 144.13 210.44 -
System Red Green Blue C M Y K H S L
Decimal 197 17 110 0 0.91 0.44 0.23 329 0.84 0.42
Hex C5 11 6E 0 5B 2C 17 149 54 2A
Octal 305 21 156 0 133 54 27 511 124 52
Binary 11000101 10001 1101110 0 1011011 101100 10111 101001001 1010100 101010

Color Harmonies of #C5116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5116E

Black with #C5116E

Text Example


Text Example

White with #C5116E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5116E; }

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

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

background-color css

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

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

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

border-color css

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

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

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