Html Css Color HEX #C11184 Medium Violet Red

📋 copy color: '#C11184'

red 193 ◦ green 17 ◦ blue 132

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

Shades of Medium Violet Red #C11184

Tints of Medium Violet Red #C11184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.6%

R = 56.43%
G = 4.97%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C11184 (or 0xC11184) is known color: Medium Violet Red. HEX triplet: C1, 11 and 84. RGB value is (193,17,132). Sum of RGB (Red+Green+Blue) = 193+17+132=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 17 (7.03% from 255 or 4.97% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C11184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11184 is #3EEE7B. Grayscale: #525252. Windows color (decimal): -4124284 or 8655297. OLE color: 8655297.

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

Color convert

RGB 193 17 132 -
CMYK 0 0.91 0.32 0.24
HSL 320.8º 0.84% 0.41% -
HSV(B) 320.8º 0.91% 0.76% -
XYZ 26.36 13.4 23.03 -
YUV 82.73 155.81 206.65 -
System Red Green Blue C M Y K H S L
Decimal 193 17 132 0 0.91 0.32 0.24 320.8 0.84 0.41
Hex C1 11 84 0 5B 20 18 141 54 29
Octal 301 21 204 0 133 40 30 501 124 51
Binary 11000001 10001 10000100 0 1011011 100000 11000 101000001 1010100 101001

Color Harmonies of #C11184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11184

Black with #C11184

Text Example


Text Example

White with #C11184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11184; }

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

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

background-color css

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

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

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

border-color css

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

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

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