Html Css Color HEX #C41AAC Deep Magenta

📋 copy color: '#C41AAC'

red 196 ◦ green 26 ◦ blue 172

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

Shades of Deep Magenta #C41AAC

Tints of Deep Magenta #C41AAC

RGB

 RED value IS 196 (76.95% from 255) = 49.75%

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

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

R = 49.75%
G = 6.6%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C41AAC (or 0xC41AAC) is known color: Deep Magenta. HEX triplet: C4, 1A and AC. RGB value is (196,26,172). Sum of RGB (Red+Green+Blue) = 196+26+172=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 26 (10.55% from 255 or 6.60% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C41AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41AAC is #3BE553. Grayscale: #5D5D5D. Windows color (decimal): -3925332 or 11279044. OLE color: 11279044.

HSL color Cylindrical-coordinate representation of color #C41AAC: hue angle of 308.47º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41AAC is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 26 172 -
CMYK 0 0.87 0.12 0.23
HSL 308.47º 0.77% 0.44% -
HSV(B) 308.47º 0.87% 0.77% -
XYZ 30.58 15.45 40.4 -
YUV 93.47 172.32 201.13 -
System Red Green Blue C M Y K H S L
Decimal 196 26 172 0 0.87 0.12 0.23 308.47 0.77 0.44
Hex C4 1A AC 0 57 C 17 134 4D 2C
Octal 304 32 254 0 127 14 27 464 115 54
Binary 11000100 11010 10101100 0 1010111 1100 10111 100110100 1001101 101100

Color Harmonies of #C41AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41AAC

Black with #C41AAC

Text Example


Text Example

White with #C41AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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