Html Css Color HEX #C11FAA Medium Violet Red

📋 copy color: '#C11FAA'

red 193 ◦ green 31 ◦ blue 170

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

Shades of Medium Violet Red #C11FAA

Tints of Medium Violet Red #C11FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.87%

 BLUE value IS 170 (66.8% from 255) = 43.15%

R = 48.98%
G = 7.87%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C11FAA (or 0xC11FAA) is known color: Medium Violet Red. HEX triplet: C1, 1F and AA. RGB value is (193,31,170). Sum of RGB (Red+Green+Blue) = 193+31+170=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 31 (12.5% from 255 or 7.87% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C11FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11FAA is #3EE055. Grayscale: #5E5E5E. Windows color (decimal): -4120662 or 11149249. OLE color: 11149249.

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

Color convert

RGB 193 31 170 -
CMYK 0 0.84 0.12 0.24
HSL 308.52º 0.72% 0.44% -
HSV(B) 308.52º 0.84% 0.76% -
XYZ 29.74 15.22 39.4 -
YUV 95.28 170.17 197.7 -
System Red Green Blue C M Y K H S L
Decimal 193 31 170 0 0.84 0.12 0.24 308.52 0.72 0.44
Hex C1 1F AA 0 54 C 18 135 48 2C
Octal 301 37 252 0 124 14 30 465 110 54
Binary 11000001 11111 10101010 0 1010100 1100 11000 100110101 1001000 101100

Color Harmonies of #C11FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11FAA

Black with #C11FAA

Text Example


Text Example

White with #C11FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11FAA; }

 p { color: rgb(193,31,170); }

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

background-color css

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

 a { background-color: rgb(193,31,170); }

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

border-color css

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

 span { border-color: rgb(193,31,170); }

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