Html Css Color HEX #C11577 Medium Violet Red

📋 copy color: '#C11577'

red 193 ◦ green 21 ◦ blue 119

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

Shades of Medium Violet Red #C11577

Tints of Medium Violet Red #C11577

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.31%

 BLUE value IS 119 (46.88% from 255) = 35.74%

R = 57.96%
G = 6.31%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C11577 (or 0xC11577) is known color: Medium Violet Red. HEX triplet: C1, 15 and 77. RGB value is (193,21,119). Sum of RGB (Red+Green+Blue) = 193+21+119=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C11577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11577 is #3EEA88. Grayscale: #535353. Windows color (decimal): -4123273 or 7804353. OLE color: 7804353.

HSL color Cylindrical-coordinate representation of color #C11577: hue angle of 325.81º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11577 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 21 119 -
CMYK 0 0.89 0.38 0.24
HSL 325.81º 0.8% 0.42% -
HSV(B) 325.81º 0.89% 0.76% -
XYZ 25.59 13.21 18.65 -
YUV 83.6 147.98 206.03 -
System Red Green Blue C M Y K H S L
Decimal 193 21 119 0 0.89 0.38 0.24 325.81 0.8 0.42
Hex C1 15 77 0 59 26 18 146 50 2A
Octal 301 25 167 0 131 46 30 506 120 52
Binary 11000001 10101 1110111 0 1011001 100110 11000 101000110 1010000 101010

Color Harmonies of #C11577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11577

Black with #C11577

Text Example


Text Example

White with #C11577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11577; }

 p { color: rgb(193,21,119); }

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

background-color css

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

 a { background-color: rgb(193,21,119); }

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

border-color css

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

 span { border-color: rgb(193,21,119); }

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