Html Css Color HEX #C71194 Medium Violet Red

📋 copy color: '#C71194'

red 199 ◦ green 17 ◦ blue 148

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

Shades of Medium Violet Red #C71194

Tints of Medium Violet Red #C71194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.66%

R = 54.67%
G = 4.67%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C71194 (or 0xC71194) is known color: Medium Violet Red. HEX triplet: C7, 11 and 94. RGB value is (199,17,148). Sum of RGB (Red+Green+Blue) = 199+17+148=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C71194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71194 is #38EE6B. Grayscale: #565656. Windows color (decimal): -3731052 or 9703879. OLE color: 9703879.

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

Color convert

RGB 199 17 148 -
CMYK 0 0.91 0.26 0.22
HSL 316.81º 0.84% 0.42% -
HSV(B) 316.81º 0.91% 0.78% -
XYZ 29.1 14.68 29.32 -
YUV 86.35 162.8 208.35 -
System Red Green Blue C M Y K H S L
Decimal 199 17 148 0 0.91 0.26 0.22 316.81 0.84 0.42
Hex C7 11 94 0 5B 1A 16 13D 54 2A
Octal 307 21 224 0 133 32 26 475 124 52
Binary 11000111 10001 10010100 0 1011011 11010 10110 100111101 1010100 101010

Color Harmonies of #C71194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71194

Black with #C71194

Text Example


Text Example

White with #C71194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71194; }

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

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

background-color css

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

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

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

border-color css

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

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

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