Html Css Color HEX #C11891 Medium Violet Red

📋 copy color: '#C11891'

red 193 ◦ green 24 ◦ blue 145

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

Shades of Medium Violet Red #C11891

Tints of Medium Violet Red #C11891

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.63%

 BLUE value IS 145 (57.03% from 255) = 40.06%

R = 53.31%
G = 6.63%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C11891 (or 0xC11891) is known color: Medium Violet Red. HEX triplet: C1, 18 and 91. RGB value is (193,24,145). Sum of RGB (Red+Green+Blue) = 193+24+145=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 145 (57.03% from 255 or 40.06% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C11891 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11891 is #3EE76E. Grayscale: #585858. Windows color (decimal): -4122479 or 9509057. OLE color: 9509057.

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

Color convert

RGB 193 24 145 -
CMYK 0 0.88 0.25 0.24
HSL 317.04º 0.78% 0.43% -
HSV(B) 317.04º 0.88% 0.76% -
XYZ 27.43 14.04 28.05 -
YUV 88.33 159.99 202.66 -
System Red Green Blue C M Y K H S L
Decimal 193 24 145 0 0.88 0.25 0.24 317.04 0.78 0.43
Hex C1 18 91 0 58 19 18 13D 4E 2B
Octal 301 30 221 0 130 31 30 475 116 53
Binary 11000001 11000 10010001 0 1011000 11001 11000 100111101 1001110 101011

Color Harmonies of #C11891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11891

Black with #C11891

Text Example


Text Example

White with #C11891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11891; }

 p { color: rgb(193,24,145); }

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

background-color css

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

 a { background-color: rgb(193,24,145); }

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

border-color css

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

 span { border-color: rgb(193,24,145); }

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