Html Css Color HEX #C11092 Medium Violet Red

📋 copy color: '#C11092'

red 193 ◦ green 16 ◦ blue 146

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

Shades of Medium Violet Red #C11092

Tints of Medium Violet Red #C11092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.13%

R = 54.37%
G = 4.51%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C11092 (or 0xC11092) is known color: Medium Violet Red. HEX triplet: C1, 10 and 92. RGB value is (193,16,146). Sum of RGB (Red+Green+Blue) = 193+16+146=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C11092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11092 is #3EEF6D. Grayscale: #535353. Windows color (decimal): -4124526 or 9572545. OLE color: 9572545.

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

Color convert

RGB 193 16 146 -
CMYK 0 0.92 0.24 0.24
HSL 315.93º 0.85% 0.41% -
HSV(B) 315.93º 0.92% 0.76% -
XYZ 27.37 13.78 28.41 -
YUV 83.74 163.14 205.93 -
System Red Green Blue C M Y K H S L
Decimal 193 16 146 0 0.92 0.24 0.24 315.93 0.85 0.41
Hex C1 10 92 0 5C 18 18 13C 55 29
Octal 301 20 222 0 134 30 30 474 125 51
Binary 11000001 10000 10010010 0 1011100 11000 11000 100111100 1010101 101001

Color Harmonies of #C11092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11092

Black with #C11092

Text Example


Text Example

White with #C11092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11092; }

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

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

background-color css

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

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

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

border-color css

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

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

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