Html Css Color HEX #C11A72 Medium Violet Red

📋 copy color: '#C11A72'

red 193 ◦ green 26 ◦ blue 114

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

Shades of Medium Violet Red #C11A72

Tints of Medium Violet Red #C11A72

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.81%

 BLUE value IS 114 (44.92% from 255) = 34.23%

R = 57.96%
G = 7.81%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C11A72 (or 0xC11A72) is known color: Medium Violet Red. HEX triplet: C1, 1A and 72. RGB value is (193,26,114). Sum of RGB (Red+Green+Blue) = 193+26+114=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11A72 is #3EE58D. Grayscale: #555555. Windows color (decimal): -4121998 or 7477953. OLE color: 7477953.

HSL color Cylindrical-coordinate representation of color #C11A72: hue angle of 328.38º degrees, saturation: 0.76, 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 #C11A72 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 26 114 -
CMYK 0 0.87 0.41 0.24
HSL 328.38º 0.76% 0.43% -
HSV(B) 328.38º 0.87% 0.76% -
XYZ 25.4 13.29 17.15 -
YUV 85.97 143.83 204.34 -
System Red Green Blue C M Y K H S L
Decimal 193 26 114 0 0.87 0.41 0.24 328.38 0.76 0.43
Hex C1 1A 72 0 57 29 18 148 4C 2B
Octal 301 32 162 0 127 51 30 510 114 53
Binary 11000001 11010 1110010 0 1010111 101001 11000 101001000 1001100 101011

Color Harmonies of #C11A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11A72

Black with #C11A72

Text Example


Text Example

White with #C11A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11A72; }

 p { color: rgb(193,26,114); }

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

background-color css

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

 a { background-color: rgb(193,26,114); }

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

border-color css

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

 span { border-color: rgb(193,26,114); }

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