Html Css Color HEX #C5116B Medium Violet Red

📋 copy color: '#C5116B'

red 197 ◦ green 17 ◦ blue 107

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

Shades of Medium Violet Red #C5116B

Tints of Medium Violet Red #C5116B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.33%

R = 61.37%
G = 5.3%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5116B (or 0xC5116B) is known color: Medium Violet Red. HEX triplet: C5, 11 and 6B. RGB value is (197,17,107). Sum of RGB (Red+Green+Blue) = 197+17+107=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C5116B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5116B is #3AEE94. Grayscale: #505050. Windows color (decimal): -3862165 or 7016901. OLE color: 7016901.

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

Color convert

RGB 197 17 107 -
CMYK 0 0.91 0.46 0.23
HSL 330º 0.84% 0.42% -
HSV(B) 330º 0.91% 0.77% -
XYZ 25.88 13.33 15.12 -
YUV 81.08 142.63 210.68 -
System Red Green Blue C M Y K H S L
Decimal 197 17 107 0 0.91 0.46 0.23 330 0.84 0.42
Hex C5 11 6B 0 5B 2E 17 14A 54 2A
Octal 305 21 153 0 133 56 27 512 124 52
Binary 11000101 10001 1101011 0 1011011 101110 10111 101001010 1010100 101010

Color Harmonies of #C5116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5116B

Black with #C5116B

Text Example


Text Example

White with #C5116B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5116B; }

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

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

background-color css

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

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

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

border-color css

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

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

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