Html Css Color HEX #C11175 Medium Violet Red

📋 copy color: '#C11175'

red 193 ◦ green 17 ◦ blue 117

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

Shades of Medium Violet Red #C11175

Tints of Medium Violet Red #C11175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.78%

R = 59.02%
G = 5.2%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C11175 (or 0xC11175) is known color: Medium Violet Red. HEX triplet: C1, 11 and 75. RGB value is (193,17,117). Sum of RGB (Red+Green+Blue) = 193+17+117=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C11175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11175 is #3EEE8A. Grayscale: #505050. Windows color (decimal): -4124299 or 7672257. OLE color: 7672257.

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

Color convert

RGB 193 17 117 -
CMYK 0 0.91 0.39 0.24
HSL 325.91º 0.84% 0.41% -
HSV(B) 325.91º 0.91% 0.76% -
XYZ 25.4 13.02 18 -
YUV 81.02 148.31 207.87 -
System Red Green Blue C M Y K H S L
Decimal 193 17 117 0 0.91 0.39 0.24 325.91 0.84 0.41
Hex C1 11 75 0 5B 27 18 146 54 29
Octal 301 21 165 0 133 47 30 506 124 51
Binary 11000001 10001 1110101 0 1011011 100111 11000 101000110 1010100 101001

Color Harmonies of #C11175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11175

Black with #C11175

Text Example


Text Example

White with #C11175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11175; }

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

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

background-color css

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

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

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

border-color css

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

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

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