Html Css Color HEX #C11ABA Deep Magenta

📋 copy color: '#C11ABA'

red 193 ◦ green 26 ◦ blue 186

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

Shades of Deep Magenta #C11ABA

Tints of Deep Magenta #C11ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.93%

R = 47.65%
G = 6.42%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C11ABA (or 0xC11ABA) is known color: Deep Magenta. HEX triplet: C1, 1A and BA. RGB value is (193,26,186). Sum of RGB (Red+Green+Blue) = 193+26+186=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C11ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11ABA is #3EE545. Grayscale: #5D5D5D. Windows color (decimal): -4121926 or 12196545. OLE color: 12196545.

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

Color convert

RGB 193 26 186 -
CMYK 0 0.87 0.04 0.24
HSL 302.52º 0.76% 0.43% -
HSV(B) 302.52º 0.87% 0.76% -
XYZ 31.22 15.62 47.82 -
YUV 94.17 179.83 198.49 -
System Red Green Blue C M Y K H S L
Decimal 193 26 186 0 0.87 0.04 0.24 302.52 0.76 0.43
Hex C1 1A BA 0 57 4 18 12F 4C 2B
Octal 301 32 272 0 127 4 30 457 114 53
Binary 11000001 11010 10111010 0 1010111 100 11000 100101111 1001100 101011

Color Harmonies of #C11ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11ABA

Black with #C11ABA

Text Example


Text Example

White with #C11ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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