Html Css Color HEX #C11174 Medium Violet Red

📋 copy color: '#C11174'

red 193 ◦ green 17 ◦ blue 116

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

Shades of Medium Violet Red #C11174

Tints of Medium Violet Red #C11174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.58%

R = 59.2%
G = 5.21%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C11174 (or 0xC11174) is known color: Medium Violet Red. HEX triplet: C1, 11 and 74. RGB value is (193,17,116). Sum of RGB (Red+Green+Blue) = 193+17+116=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C11174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11174 is #3EEE8B. Grayscale: #505050. Windows color (decimal): -4124300 or 7606721. OLE color: 7606721.

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

Color convert

RGB 193 17 116 -
CMYK 0 0.91 0.40 0.24
HSL 326.25º 0.84% 0.41% -
HSV(B) 326.25º 0.91% 0.76% -
XYZ 25.35 13 17.7 -
YUV 80.91 147.81 207.95 -
System Red Green Blue C M Y K H S L
Decimal 193 17 116 0 0.91 0.40 0.24 326.25 0.84 0.41
Hex C1 11 74 0 5B 28 18 146 54 29
Octal 301 21 164 0 133 50 30 506 124 51
Binary 11000001 10001 1110100 0 1011011 101000 11000 101000110 1010100 101001

Color Harmonies of #C11174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11174

Black with #C11174

Text Example


Text Example

White with #C11174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11174; }

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

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

background-color css

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

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

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

border-color css

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

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

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