Html Css Color HEX #C11AAC Deep Magenta

📋 copy color: '#C11AAC'

red 193 ◦ green 26 ◦ blue 172

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

Shades of Deep Magenta #C11AAC

Tints of Deep Magenta #C11AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.99%

R = 49.36%
G = 6.65%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C11AAC (or 0xC11AAC) is known color: Deep Magenta. HEX triplet: C1, 1A and AC. RGB value is (193,26,172). Sum of RGB (Red+Green+Blue) = 193+26+172=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 26 (10.55% from 255 or 6.65% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C11AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11AAC is #3EE553. Grayscale: #5C5C5C. Windows color (decimal): -4121940 or 11279041. OLE color: 11279041.

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

Color convert

RGB 193 26 172 -
CMYK 0 0.87 0.11 0.24
HSL 307.54º 0.76% 0.43% -
HSV(B) 307.54º 0.87% 0.76% -
XYZ 29.81 15.05 40.36 -
YUV 92.58 172.83 199.63 -
System Red Green Blue C M Y K H S L
Decimal 193 26 172 0 0.87 0.11 0.24 307.54 0.76 0.43
Hex C1 1A AC 0 57 B 18 134 4C 2B
Octal 301 32 254 0 127 13 30 464 114 53
Binary 11000001 11010 10101100 0 1010111 1011 11000 100110100 1001100 101011

Color Harmonies of #C11AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11AAC

Black with #C11AAC

Text Example


Text Example

White with #C11AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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