Html Css Color HEX #C71193 Medium Violet Red

📋 copy color: '#C71193'

red 199 ◦ green 17 ◦ blue 147

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

Shades of Medium Violet Red #C71193

Tints of Medium Violet Red #C71193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.5%

R = 54.82%
G = 4.68%
B = 40.5%

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

#C71193 (or 0xC71193) is known color: Medium Violet Red. HEX triplet: C7, 11 and 93. RGB value is (199,17,147). Sum of RGB (Red+Green+Blue) = 199+17+147=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C71193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71193 is #38EE6C. Grayscale: #555555. Windows color (decimal): -3731053 or 9638343. OLE color: 9638343.

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

Color convert

RGB 199 17 147 -
CMYK 0 0.91 0.26 0.22
HSL 317.14º 0.84% 0.42% -
HSV(B) 317.14º 0.91% 0.78% -
XYZ 29.02 14.65 28.9 -
YUV 86.24 162.3 208.43 -
System Red Green Blue C M Y K H S L
Decimal 199 17 147 0 0.91 0.26 0.22 317.14 0.84 0.42
Hex C7 11 93 0 5B 1A 16 13D 54 2A
Octal 307 21 223 0 133 32 26 475 124 52
Binary 11000111 10001 10010011 0 1011011 11010 10110 100111101 1010100 101010

Color Harmonies of #C71193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71193

Black with #C71193

Text Example


Text Example

White with #C71193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71193; }

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

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

background-color css

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

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

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

border-color css

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

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

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