Html Css Color HEX #C11A80 Medium Violet Red

📋 copy color: '#C11A80'

red 193 ◦ green 26 ◦ blue 128

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

Shades of Medium Violet Red #C11A80

Tints of Medium Violet Red #C11A80

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.49%

 BLUE value IS 128 (50.39% from 255) = 36.89%

R = 55.62%
G = 7.49%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C11A80 (or 0xC11A80) is known color: Medium Violet Red. HEX triplet: C1, 1A and 80. RGB value is (193,26,128). Sum of RGB (Red+Green+Blue) = 193+26+128=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11A80 is #3EE57F. Grayscale: #575757. Windows color (decimal): -4121984 or 8395457. OLE color: 8395457.

HSL color Cylindrical-coordinate representation of color #C11A80: hue angle of 323.35º degrees, saturation: 0.76, 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 #C11A80 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 26 128 -
CMYK 0 0.87 0.34 0.24
HSL 323.35º 0.76% 0.43% -
HSV(B) 323.35º 0.87% 0.76% -
XYZ 26.26 13.63 21.67 -
YUV 87.56 150.83 203.21 -
System Red Green Blue C M Y K H S L
Decimal 193 26 128 0 0.87 0.34 0.24 323.35 0.76 0.43
Hex C1 1A 80 0 57 22 18 143 4C 2B
Octal 301 32 200 0 127 42 30 503 114 53
Binary 11000001 11010 10000000 0 1010111 100010 11000 101000011 1001100 101011

Color Harmonies of #C11A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11A80

Black with #C11A80

Text Example


Text Example

White with #C11A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11A80; }

 p { color: rgb(193,26,128); }

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

background-color css

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

 a { background-color: rgb(193,26,128); }

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

border-color css

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

 span { border-color: rgb(193,26,128); }

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