Html Css Color HEX #C11CAA Medium Violet Red

📋 copy color: '#C11CAA'

red 193 ◦ green 28 ◦ blue 170

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

Shades of Medium Violet Red #C11CAA

Tints of Medium Violet Red #C11CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.16%

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

R = 49.36%
G = 7.16%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C11CAA (or 0xC11CAA) is known color: Medium Violet Red. HEX triplet: C1, 1C and AA. RGB value is (193,28,170). Sum of RGB (Red+Green+Blue) = 193+28+170=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 28 (11.33% from 255 or 7.16% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C11CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11CAA is #3EE355. Grayscale: #5D5D5D. Windows color (decimal): -4121430 or 11148481. OLE color: 11148481.

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

Color convert

RGB 193 28 170 -
CMYK 0 0.85 0.12 0.24
HSL 308.36º 0.75% 0.43% -
HSV(B) 308.36º 0.85% 0.76% -
XYZ 29.66 15.07 39.38 -
YUV 93.52 171.16 198.95 -
System Red Green Blue C M Y K H S L
Decimal 193 28 170 0 0.85 0.12 0.24 308.36 0.75 0.43
Hex C1 1C AA 0 55 C 18 134 4B 2B
Octal 301 34 252 0 125 14 30 464 113 53
Binary 11000001 11100 10101010 0 1010101 1100 11000 100110100 1001011 101011

Color Harmonies of #C11CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11CAA

Black with #C11CAA

Text Example


Text Example

White with #C11CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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