Html Css Color HEX #C71186 Medium Violet Red

📋 copy color: '#C71186'

red 199 ◦ green 17 ◦ blue 134

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

Shades of Medium Violet Red #C71186

Tints of Medium Violet Red #C71186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 38.29%

R = 56.86%
G = 4.86%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C71186 (or 0xC71186) is known color: Medium Violet Red. HEX triplet: C7, 11 and 86. RGB value is (199,17,134). Sum of RGB (Red+Green+Blue) = 199+17+134=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C71186 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71186 is #38EE79. Grayscale: #545454. Windows color (decimal): -3731066 or 8786375. OLE color: 8786375.

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

Color convert

RGB 199 17 134 -
CMYK 0 0.91 0.33 0.22
HSL 321.43º 0.84% 0.42% -
HSV(B) 321.43º 0.91% 0.78% -
XYZ 28.06 14.26 23.83 -
YUV 84.76 155.8 209.49 -
System Red Green Blue C M Y K H S L
Decimal 199 17 134 0 0.91 0.33 0.22 321.43 0.84 0.42
Hex C7 11 86 0 5B 21 16 141 54 2A
Octal 307 21 206 0 133 41 26 501 124 52
Binary 11000111 10001 10000110 0 1011011 100001 10110 101000001 1010100 101010

Color Harmonies of #C71186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71186

Black with #C71186

Text Example


Text Example

White with #C71186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71186; }

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

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

background-color css

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

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

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

border-color css

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

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

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