Html Css Color HEX #C41AAE Deep Magenta

📋 copy color: '#C41AAE'

red 196 ◦ green 26 ◦ blue 174

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

Shades of Deep Magenta #C41AAE

Tints of Deep Magenta #C41AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.94%

R = 49.49%
G = 6.57%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C41AAE (or 0xC41AAE) is known color: Deep Magenta. HEX triplet: C4, 1A and AE. RGB value is (196,26,174). Sum of RGB (Red+Green+Blue) = 196+26+174=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 26 (10.55% from 255 or 6.57% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C41AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41AAE is #3BE551. Grayscale: #5D5D5D. Windows color (decimal): -3925330 or 11410116. OLE color: 11410116.

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

Color convert

RGB 196 26 174 -
CMYK 0 0.87 0.11 0.23
HSL 307.76º 0.77% 0.44% -
HSV(B) 307.76º 0.87% 0.77% -
XYZ 30.77 15.53 41.42 -
YUV 93.7 173.32 200.97 -
System Red Green Blue C M Y K H S L
Decimal 196 26 174 0 0.87 0.11 0.23 307.76 0.77 0.44
Hex C4 1A AE 0 57 B 17 134 4D 2C
Octal 304 32 256 0 127 13 27 464 115 54
Binary 11000100 11010 10101110 0 1010111 1011 10111 100110100 1001101 101100

Color Harmonies of #C41AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41AAE

Black with #C41AAE

Text Example


Text Example

White with #C41AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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