Html Css Color HEX #C11DAC Medium Violet Red

📋 copy color: '#C11DAC'

red 193 ◦ green 29 ◦ blue 172

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

Shades of Medium Violet Red #C11DAC

Tints of Medium Violet Red #C11DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.65%

R = 48.98%
G = 7.36%
B = 43.65%

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

#C11DAC (or 0xC11DAC) is known color: Medium Violet Red. HEX triplet: C1, 1D and AC. RGB value is (193,29,172). Sum of RGB (Red+Green+Blue) = 193+29+172=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 29 (11.72% from 255 or 7.36% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C11DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11DAC is #3EE253. Grayscale: #5D5D5D. Windows color (decimal): -4121172 or 11279809. OLE color: 11279809.

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

Color convert

RGB 193 29 172 -
CMYK 0 0.85 0.11 0.24
HSL 307.68º 0.74% 0.44% -
HSV(B) 307.68º 0.85% 0.76% -
XYZ 29.88 15.19 40.39 -
YUV 94.34 171.83 198.37 -
System Red Green Blue C M Y K H S L
Decimal 193 29 172 0 0.85 0.11 0.24 307.68 0.74 0.44
Hex C1 1D AC 0 55 B 18 134 4A 2C
Octal 301 35 254 0 125 13 30 464 112 54
Binary 11000001 11101 10101100 0 1010101 1011 11000 100110100 1001010 101100

Color Harmonies of #C11DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11DAC

Black with #C11DAC

Text Example


Text Example

White with #C11DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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