Html Css Color HEX #C7116B Medium Violet Red

📋 copy color: '#C7116B'

red 199 ◦ green 17 ◦ blue 107

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

Shades of Medium Violet Red #C7116B

Tints of Medium Violet Red #C7116B

RGB

 RED value IS 199 (78.13% from 255) = 61.61%

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

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

R = 61.61%
G = 5.26%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C7116B (or 0xC7116B) is known color: Medium Violet Red. HEX triplet: C7, 11 and 6B. RGB value is (199,17,107). Sum of RGB (Red+Green+Blue) = 199+17+107=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C7116B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7116B is #38EE94. Grayscale: #515151. Windows color (decimal): -3731093 or 7016903. OLE color: 7016903.

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

Color convert

RGB 199 17 107 -
CMYK 0 0.91 0.46 0.22
HSL 330.33º 0.84% 0.42% -
HSV(B) 330.33º 0.91% 0.78% -
XYZ 26.41 13.6 15.14 -
YUV 81.68 142.3 211.68 -
System Red Green Blue C M Y K H S L
Decimal 199 17 107 0 0.91 0.46 0.22 330.33 0.84 0.42
Hex C7 11 6B 0 5B 2E 16 14A 54 2A
Octal 307 21 153 0 133 56 26 512 124 52
Binary 11000111 10001 1101011 0 1011011 101110 10110 101001010 1010100 101010

Color Harmonies of #C7116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7116B

Black with #C7116B

Text Example


Text Example

White with #C7116B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7116B; }

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

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

background-color css

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

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

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

border-color css

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

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

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