Html Css Color HEX #C41FAE Deep Magenta

📋 copy color: '#C41FAE'

red 196 ◦ green 31 ◦ blue 174

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

Shades of Deep Magenta #C41FAE

Tints of Deep Magenta #C41FAE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.73%

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

R = 48.88%
G = 7.73%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C41FAE (or 0xC41FAE) is known color: Deep Magenta. HEX triplet: C4, 1F and AE. RGB value is (196,31,174). Sum of RGB (Red+Green+Blue) = 196+31+174=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 31 (12.5% from 255 or 7.73% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C41FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41FAE is #3BE051. Grayscale: #606060. Windows color (decimal): -3924050 or 11411396. OLE color: 11411396.

HSL color Cylindrical-coordinate representation of color #C41FAE: hue angle of 308º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C41FAE is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 31 174 -
CMYK 0 0.84 0.11 0.23
HSL 308º 0.73% 0.45% -
HSV(B) 308º 0.84% 0.77% -
XYZ 30.89 15.77 41.46 -
YUV 96.64 171.66 198.87 -
System Red Green Blue C M Y K H S L
Decimal 196 31 174 0 0.84 0.11 0.23 308 0.73 0.45
Hex C4 1F AE 0 54 B 17 134 49 2D
Octal 304 37 256 0 124 13 27 464 111 55
Binary 11000100 11111 10101110 0 1010100 1011 10111 100110100 1001001 101101

Color Harmonies of #C41FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41FAE

Black with #C41FAE

Text Example


Text Example

White with #C41FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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