Html Css Color HEX #C11D8D Medium Violet Red

📋 copy color: '#C11D8D'

red 193 ◦ green 29 ◦ blue 141

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

Shades of Medium Violet Red #C11D8D

Tints of Medium Violet Red #C11D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.84%

R = 53.17%
G = 7.99%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C11D8D (or 0xC11D8D) is known color: Medium Violet Red. HEX triplet: C1, 1D and 8D. RGB value is (193,29,141). Sum of RGB (Red+Green+Blue) = 193+29+141=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C11D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11D8D is #3EE272. Grayscale: #5A5A5A. Windows color (decimal): -4121203 or 9248193. OLE color: 9248193.

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

Color convert

RGB 193 29 141 -
CMYK 0 0.85 0.27 0.24
HSL 319.02º 0.74% 0.44% -
HSV(B) 319.02º 0.85% 0.76% -
XYZ 27.24 14.14 26.49 -
YUV 90.8 156.33 200.89 -
System Red Green Blue C M Y K H S L
Decimal 193 29 141 0 0.85 0.27 0.24 319.02 0.74 0.44
Hex C1 1D 8D 0 55 1B 18 13F 4A 2C
Octal 301 35 215 0 125 33 30 477 112 54
Binary 11000001 11101 10001101 0 1010101 11011 11000 100111111 1001010 101100

Color Harmonies of #C11D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11D8D

Black with #C11D8D

Text Example


Text Example

White with #C11D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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