Html Css Color HEX #C11ABB Deep Magenta

📋 copy color: '#C11ABB'

red 193 ◦ green 26 ◦ blue 187

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

Shades of Deep Magenta #C11ABB

Tints of Deep Magenta #C11ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.06%

R = 47.54%
G = 6.4%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C11ABB (or 0xC11ABB) is known color: Deep Magenta. HEX triplet: C1, 1A and BB. RGB value is (193,26,187). Sum of RGB (Red+Green+Blue) = 193+26+187=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 26 (10.55% from 255 or 6.40% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C11ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11ABB is #3EE544. Grayscale: #5D5D5D. Windows color (decimal): -4121925 or 12262081. OLE color: 12262081.

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

Color convert

RGB 193 26 187 -
CMYK 0 0.87 0.03 0.24
HSL 302.16º 0.76% 0.43% -
HSV(B) 302.16º 0.87% 0.76% -
XYZ 31.33 15.66 48.39 -
YUV 94.29 180.33 198.41 -
System Red Green Blue C M Y K H S L
Decimal 193 26 187 0 0.87 0.03 0.24 302.16 0.76 0.43
Hex C1 1A BB 0 57 3 18 12E 4C 2B
Octal 301 32 273 0 127 3 30 456 114 53
Binary 11000001 11010 10111011 0 1010111 11 11000 100101110 1001100 101011

Color Harmonies of #C11ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11ABB

Black with #C11ABB

Text Example


Text Example

White with #C11ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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