Html Css Color HEX #C11AA5 Medium Violet Red

📋 copy color: '#C11AA5'

red 193 ◦ green 26 ◦ blue 165

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

Shades of Medium Violet Red #C11AA5

Tints of Medium Violet Red #C11AA5

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.77%

 BLUE value IS 165 (64.84% from 255) = 42.97%

R = 50.26%
G = 6.77%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C11AA5 (or 0xC11AA5) is known color: Medium Violet Red. HEX triplet: C1, 1A and A5. RGB value is (193,26,165). Sum of RGB (Red+Green+Blue) = 193+26+165=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 165 (64.84% from 255 or 42.97% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C11AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11AA5 is #3EE55A. Grayscale: #5B5B5B. Windows color (decimal): -4121947 or 10820289. OLE color: 10820289.

HSL color Cylindrical-coordinate representation of color #C11AA5: hue angle of 310.06º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11AA5 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 26 165 -
CMYK 0 0.87 0.15 0.24
HSL 310.06º 0.76% 0.43% -
HSV(B) 310.06º 0.87% 0.76% -
XYZ 29.15 14.79 36.92 -
YUV 91.78 169.33 200.2 -
System Red Green Blue C M Y K H S L
Decimal 193 26 165 0 0.87 0.15 0.24 310.06 0.76 0.43
Hex C1 1A A5 0 57 F 18 136 4C 2B
Octal 301 32 245 0 127 17 30 466 114 53
Binary 11000001 11010 10100101 0 1010111 1111 11000 100110110 1001100 101011

Color Harmonies of #C11AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11AA5

Black with #C11AA5

Text Example


Text Example

White with #C11AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11AA5; }

 p { color: rgb(193,26,165); }

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

background-color css

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

 a { background-color: rgb(193,26,165); }

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

border-color css

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

 span { border-color: rgb(193,26,165); }

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