Html Css Color HEX #C11190 Medium Violet Red

📋 copy color: '#C11190'

red 193 ◦ green 17 ◦ blue 144

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

Shades of Medium Violet Red #C11190

Tints of Medium Violet Red #C11190

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.8%

 BLUE value IS 144 (56.64% from 255) = 40.68%

R = 54.52%
G = 4.8%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C11190 (or 0xC11190) is known color: Medium Violet Red. HEX triplet: C1, 11 and 90. RGB value is (193,17,144). Sum of RGB (Red+Green+Blue) = 193+17+144=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C11190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11190 is #3EEE6F. Grayscale: #535353. Windows color (decimal): -4124272 or 9441729. OLE color: 9441729.

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

Color convert

RGB 193 17 144 -
CMYK 0 0.91 0.25 0.24
HSL 316.7º 0.84% 0.41% -
HSV(B) 316.7º 0.91% 0.76% -
XYZ 27.23 13.75 27.6 -
YUV 84.1 161.81 205.67 -
System Red Green Blue C M Y K H S L
Decimal 193 17 144 0 0.91 0.25 0.24 316.7 0.84 0.41
Hex C1 11 90 0 5B 19 18 13D 54 29
Octal 301 21 220 0 133 31 30 475 124 51
Binary 11000001 10001 10010000 0 1011011 11001 11000 100111101 1010100 101001

Color Harmonies of #C11190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11190

Black with #C11190

Text Example


Text Example

White with #C11190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11190; }

 p { color: rgb(193,17,144); }

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

background-color css

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

 a { background-color: rgb(193,17,144); }

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

border-color css

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

 span { border-color: rgb(193,17,144); }

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