Html Css Color HEX #C11090 Medium Violet Red

📋 copy color: '#C11090'

red 193 ◦ green 16 ◦ blue 144

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

Shades of Medium Violet Red #C11090

Tints of Medium Violet Red #C11090

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.53%

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

R = 54.67%
G = 4.53%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C11090 (or 0xC11090) is known color: Medium Violet Red. HEX triplet: C1, 10 and 90. RGB value is (193,16,144). Sum of RGB (Red+Green+Blue) = 193+16+144=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C11090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11090 is #3EEF6F. Grayscale: #535353. Windows color (decimal): -4124528 or 9441473. OLE color: 9441473.

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

Color convert

RGB 193 16 144 -
CMYK 0 0.92 0.25 0.24
HSL 316.61º 0.85% 0.41% -
HSV(B) 316.61º 0.92% 0.76% -
XYZ 27.21 13.72 27.6 -
YUV 83.52 162.14 206.09 -
System Red Green Blue C M Y K H S L
Decimal 193 16 144 0 0.92 0.25 0.24 316.61 0.85 0.41
Hex C1 10 90 0 5C 19 18 13D 55 29
Octal 301 20 220 0 134 31 30 475 125 51
Binary 11000001 10000 10010000 0 1011100 11001 11000 100111101 1010101 101001

Color Harmonies of #C11090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11090

Black with #C11090

Text Example


Text Example

White with #C11090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11090; }

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

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

background-color css

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

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

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

border-color css

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

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

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