Html Css Color HEX #C11EAB Medium Violet Red

📋 copy color: '#C11EAB'

red 193 ◦ green 30 ◦ blue 171

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

Shades of Medium Violet Red #C11EAB

Tints of Medium Violet Red #C11EAB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.61%

 BLUE value IS 171 (67.19% from 255) = 43.4%

R = 48.98%
G = 7.61%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C11EAB (or 0xC11EAB) is known color: Medium Violet Red. HEX triplet: C1, 1E and AB. RGB value is (193,30,171). Sum of RGB (Red+Green+Blue) = 193+30+171=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C11EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11EAB is #3EE154. Grayscale: #5E5E5E. Windows color (decimal): -4120917 or 11214529. OLE color: 11214529.

HSL color Cylindrical-coordinate representation of color #C11EAB: hue angle of 308.1º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C11EAB is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 30 171 -
CMYK 0 0.84 0.11 0.24
HSL 308.1º 0.73% 0.44% -
HSV(B) 308.1º 0.84% 0.76% -
XYZ 29.81 15.21 39.89 -
YUV 94.81 171 198.04 -
System Red Green Blue C M Y K H S L
Decimal 193 30 171 0 0.84 0.11 0.24 308.1 0.73 0.44
Hex C1 1E AB 0 54 B 18 134 49 2C
Octal 301 36 253 0 124 13 30 464 111 54
Binary 11000001 11110 10101011 0 1010100 1011 11000 100110100 1001001 101100

Color Harmonies of #C11EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11EAB

Black with #C11EAB

Text Example


Text Example

White with #C11EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11EAB; }

 p { color: rgb(193,30,171); }

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

background-color css

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

 a { background-color: rgb(193,30,171); }

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

border-color css

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

 span { border-color: rgb(193,30,171); }

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