Html Css Color HEX #C11D97 Medium Violet Red

📋 copy color: '#C11D97'

red 193 ◦ green 29 ◦ blue 151

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

Shades of Medium Violet Red #C11D97

Tints of Medium Violet Red #C11D97

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.77%

 BLUE value IS 151 (59.38% from 255) = 40.48%

R = 51.74%
G = 7.77%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C11D97 (or 0xC11D97) is known color: Medium Violet Red. HEX triplet: C1, 1D and 97. RGB value is (193,29,151). Sum of RGB (Red+Green+Blue) = 193+29+151=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 29 (11.72% from 255 or 7.77% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C11D97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11D97 is #3EE268. Grayscale: #5B5B5B. Windows color (decimal): -4121193 or 9903553. OLE color: 9903553.

HSL color Cylindrical-coordinate representation of color #C11D97: hue angle of 315.37º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C11D97 is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 29 151 -
CMYK 0 0.85 0.22 0.24
HSL 315.37º 0.74% 0.44% -
HSV(B) 315.37º 0.85% 0.76% -
XYZ 28.02 14.45 30.59 -
YUV 91.94 161.33 200.08 -
System Red Green Blue C M Y K H S L
Decimal 193 29 151 0 0.85 0.22 0.24 315.37 0.74 0.44
Hex C1 1D 97 0 55 16 18 13B 4A 2C
Octal 301 35 227 0 125 26 30 473 112 54
Binary 11000001 11101 10010111 0 1010101 10110 11000 100111011 1001010 101100

Color Harmonies of #C11D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11D97

Black with #C11D97

Text Example


Text Example

White with #C11D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11D97; }

 p { color: rgb(193,29,151); }

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

background-color css

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

 a { background-color: rgb(193,29,151); }

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

border-color css

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

 span { border-color: rgb(193,29,151); }

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