Html Css Color HEX #C11DAB Medium Violet Red

📋 copy color: '#C11DAB'

red 193 ◦ green 29 ◦ blue 171

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

Shades of Medium Violet Red #C11DAB

Tints of Medium Violet Red #C11DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.51%

R = 49.11%
G = 7.38%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C11DAB (or 0xC11DAB) is known color: Medium Violet Red. HEX triplet: C1, 1D and AB. RGB value is (193,29,171). Sum of RGB (Red+Green+Blue) = 193+29+171=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 29 (11.72% from 255 or 7.38% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C11DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11DAB is #3EE254. Grayscale: #5D5D5D. Windows color (decimal): -4121173 or 11214273. OLE color: 11214273.

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

Color convert

RGB 193 29 171 -
CMYK 0 0.85 0.11 0.24
HSL 308.05º 0.74% 0.44% -
HSV(B) 308.05º 0.85% 0.76% -
XYZ 29.78 15.16 39.88 -
YUV 94.22 171.33 198.45 -
System Red Green Blue C M Y K H S L
Decimal 193 29 171 0 0.85 0.11 0.24 308.05 0.74 0.44
Hex C1 1D AB 0 55 B 18 134 4A 2C
Octal 301 35 253 0 125 13 30 464 112 54
Binary 11000001 11101 10101011 0 1010101 1011 11000 100110100 1001010 101100

Color Harmonies of #C11DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11DAB

Black with #C11DAB

Text Example


Text Example

White with #C11DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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