Html Css Color HEX #C7116C Medium Violet Red

📋 copy color: '#C7116C'

red 199 ◦ green 17 ◦ blue 108

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

Shades of Medium Violet Red #C7116C

Tints of Medium Violet Red #C7116C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.33%

R = 61.42%
G = 5.25%
B = 33.33%

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

#C7116C (or 0xC7116C) is known color: Medium Violet Red. HEX triplet: C7, 11 and 6C. RGB value is (199,17,108). Sum of RGB (Red+Green+Blue) = 199+17+108=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C7116C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7116C is #38EE93. Grayscale: #515151. Windows color (decimal): -3731092 or 7082439. OLE color: 7082439.

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

Color convert

RGB 199 17 108 -
CMYK 0 0.91 0.46 0.22
HSL 330º 0.84% 0.42% -
HSV(B) 330º 0.91% 0.78% -
XYZ 26.46 13.63 15.42 -
YUV 81.79 142.8 211.6 -
System Red Green Blue C M Y K H S L
Decimal 199 17 108 0 0.91 0.46 0.22 330 0.84 0.42
Hex C7 11 6C 0 5B 2E 16 14A 54 2A
Octal 307 21 154 0 133 56 26 512 124 52
Binary 11000111 10001 1101100 0 1011011 101110 10110 101001010 1010100 101010

Color Harmonies of #C7116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7116C

Black with #C7116C

Text Example


Text Example

White with #C7116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7116C; }

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

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

background-color css

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

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

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

border-color css

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

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

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