Html Css Color HEX #C41CAE Deep Magenta

📋 copy color: '#C41CAE'

red 196 ◦ green 28 ◦ blue 174

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

Shades of Deep Magenta #C41CAE

Tints of Deep Magenta #C41CAE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.04%

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

R = 49.25%
G = 7.04%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C41CAE (or 0xC41CAE) is known color: Deep Magenta. HEX triplet: C4, 1C and AE. RGB value is (196,28,174). Sum of RGB (Red+Green+Blue) = 196+28+174=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 28 (11.33% from 255 or 7.04% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C41CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41CAE is #3BE351. Grayscale: #5E5E5E. Windows color (decimal): -3924818 or 11410628. OLE color: 11410628.

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

Color convert

RGB 196 28 174 -
CMYK 0 0.86 0.11 0.23
HSL 307.86º 0.75% 0.44% -
HSV(B) 307.86º 0.86% 0.77% -
XYZ 30.82 15.62 41.44 -
YUV 94.88 172.66 200.13 -
System Red Green Blue C M Y K H S L
Decimal 196 28 174 0 0.86 0.11 0.23 307.86 0.75 0.44
Hex C4 1C AE 0 56 B 17 134 4B 2C
Octal 304 34 256 0 126 13 27 464 113 54
Binary 11000100 11100 10101110 0 1010110 1011 10111 100110100 1001011 101100

Color Harmonies of #C41CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41CAE

Black with #C41CAE

Text Example


Text Example

White with #C41CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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