Html Css Color HEX #C11D9B Medium Violet Red

📋 copy color: '#C11D9B'

red 193 ◦ green 29 ◦ blue 155

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

Shades of Medium Violet Red #C11D9B

Tints of Medium Violet Red #C11D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.11%

R = 51.19%
G = 7.69%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C11D9B (or 0xC11D9B) is known color: Medium Violet Red. HEX triplet: C1, 1D and 9B. RGB value is (193,29,155). Sum of RGB (Red+Green+Blue) = 193+29+155=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 29 (11.72% from 255 or 7.69% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C11D9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11D9B is #3EE264. Grayscale: #5C5C5C. Windows color (decimal): -4121189 or 10165697. OLE color: 10165697.

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

Color convert

RGB 193 29 155 -
CMYK 0 0.85 0.20 0.24
HSL 313.9º 0.74% 0.44% -
HSV(B) 313.9º 0.85% 0.76% -
XYZ 28.35 14.58 32.33 -
YUV 92.4 163.33 199.75 -
System Red Green Blue C M Y K H S L
Decimal 193 29 155 0 0.85 0.20 0.24 313.9 0.74 0.44
Hex C1 1D 9B 0 55 14 18 13A 4A 2C
Octal 301 35 233 0 125 24 30 472 112 54
Binary 11000001 11101 10011011 0 1010101 10100 11000 100111010 1001010 101100

Color Harmonies of #C11D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11D9B

Black with #C11D9B

Text Example


Text Example

White with #C11D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11D9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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