Html Css Color HEX #C11A87 Medium Violet Red

📋 copy color: '#C11A87'

red 193 ◦ green 26 ◦ blue 135

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

Shades of Medium Violet Red #C11A87

Tints of Medium Violet Red #C11A87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 38.14%

R = 54.52%
G = 7.34%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C11A87 (or 0xC11A87) is known color: Medium Violet Red. HEX triplet: C1, 1A and 87. RGB value is (193,26,135). Sum of RGB (Red+Green+Blue) = 193+26+135=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11A87 is #3EE578. Grayscale: #585858. Windows color (decimal): -4121977 or 8854209. OLE color: 8854209.

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

Color convert

RGB 193 26 135 -
CMYK 0 0.87 0.30 0.24
HSL 320.84º 0.76% 0.43% -
HSV(B) 320.84º 0.87% 0.76% -
XYZ 26.73 13.83 24.18 -
YUV 88.36 154.33 202.64 -
System Red Green Blue C M Y K H S L
Decimal 193 26 135 0 0.87 0.30 0.24 320.84 0.76 0.43
Hex C1 1A 87 0 57 1E 18 141 4C 2B
Octal 301 32 207 0 127 36 30 501 114 53
Binary 11000001 11010 10000111 0 1010111 11110 11000 101000001 1001100 101011

Color Harmonies of #C11A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11A87

Black with #C11A87

Text Example


Text Example

White with #C11A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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