Html Css Color HEX #C11071 Medium Violet Red

📋 copy color: '#C11071'

red 193 ◦ green 16 ◦ blue 113

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

Shades of Medium Violet Red #C11071

Tints of Medium Violet Red #C11071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.97%

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

R = 59.94%
G = 4.97%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C11071 (or 0xC11071) is known color: Medium Violet Red. HEX triplet: C1, 10 and 71. RGB value is (193,16,113). Sum of RGB (Red+Green+Blue) = 193+16+113=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C11071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11071 is #3EEF8E. Grayscale: #4F4F4F. Windows color (decimal): -4124559 or 7409857. OLE color: 7409857.

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

Color convert

RGB 193 16 113 -
CMYK 0 0.92 0.41 0.24
HSL 327.12º 0.85% 0.41% -
HSV(B) 327.12º 0.92% 0.76% -
XYZ 25.16 12.9 16.79 -
YUV 79.98 146.64 208.61 -
System Red Green Blue C M Y K H S L
Decimal 193 16 113 0 0.92 0.41 0.24 327.12 0.85 0.41
Hex C1 10 71 0 5C 29 18 147 55 29
Octal 301 20 161 0 134 51 30 507 125 51
Binary 11000001 10000 1110001 0 1011100 101001 11000 101000111 1010101 101001

Color Harmonies of #C11071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11071

Black with #C11071

Text Example


Text Example

White with #C11071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11071; }

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

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

background-color css

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

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

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

border-color css

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

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

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