Html Css Color HEX #C11979 Medium Violet Red

📋 copy color: '#C11979'

red 193 ◦ green 25 ◦ blue 121

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

Shades of Medium Violet Red #C11979

Tints of Medium Violet Red #C11979

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.37%

 BLUE value IS 121 (47.66% from 255) = 35.69%

R = 56.93%
G = 7.37%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C11979 (or 0xC11979) is known color: Medium Violet Red. HEX triplet: C1, 19 and 79. RGB value is (193,25,121). Sum of RGB (Red+Green+Blue) = 193+25+121=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C11979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11979 is #3EE686. Grayscale: #555555. Windows color (decimal): -4122247 or 7936449. OLE color: 7936449.

HSL color Cylindrical-coordinate representation of color #C11979: hue angle of 325.71º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11979 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 25 121 -
CMYK 0 0.87 0.37 0.24
HSL 325.71º 0.77% 0.43% -
HSV(B) 325.71º 0.87% 0.76% -
XYZ 25.79 13.41 19.32 -
YUV 86.18 147.66 204.19 -
System Red Green Blue C M Y K H S L
Decimal 193 25 121 0 0.87 0.37 0.24 325.71 0.77 0.43
Hex C1 19 79 0 57 25 18 146 4D 2B
Octal 301 31 171 0 127 45 30 506 115 53
Binary 11000001 11001 1111001 0 1010111 100101 11000 101000110 1001101 101011

Color Harmonies of #C11979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11979

Black with #C11979

Text Example


Text Example

White with #C11979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11979; }

 p { color: rgb(193,25,121); }

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

background-color css

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

 a { background-color: rgb(193,25,121); }

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

border-color css

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

 span { border-color: rgb(193,25,121); }

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