Html Css Color HEX #C11971 Medium Violet Red

📋 copy color: '#C11971'

red 193 ◦ green 25 ◦ blue 113

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

Shades of Medium Violet Red #C11971

Tints of Medium Violet Red #C11971

RGB

 RED value IS 193 (75.78% from 255) = 58.31%

 GREEN value IS 25 (10.16% from 255) = 7.55%

 BLUE value IS 113 (44.53% from 255) = 34.14%

R = 58.31%
G = 7.55%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C11971 (or 0xC11971) is known color: Medium Violet Red. HEX triplet: C1, 19 and 71. RGB value is (193,25,113). Sum of RGB (Red+Green+Blue) = 193+25+113=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C11971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11971 is #3EE68E. Grayscale: #555555. Windows color (decimal): -4122255 or 7412161. OLE color: 7412161.

HSL color Cylindrical-coordinate representation of color #C11971: hue angle of 328.57º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11971 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 25 113 -
CMYK 0 0.87 0.41 0.24
HSL 328.57º 0.77% 0.43% -
HSV(B) 328.57º 0.87% 0.76% -
XYZ 25.32 13.22 16.84 -
YUV 85.26 143.66 204.84 -
System Red Green Blue C M Y K H S L
Decimal 193 25 113 0 0.87 0.41 0.24 328.57 0.77 0.43
Hex C1 19 71 0 57 29 18 149 4D 2B
Octal 301 31 161 0 127 51 30 511 115 53
Binary 11000001 11001 1110001 0 1010111 101001 11000 101001001 1001101 101011

Color Harmonies of #C11971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11971

Black with #C11971

Text Example


Text Example

White with #C11971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11971; }

 p { color: rgb(193,25,113); }

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

background-color css

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

 a { background-color: rgb(193,25,113); }

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

border-color css

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

 span { border-color: rgb(193,25,113); }

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