Html Css Color HEX #C41EAD Deep Magenta

📋 copy color: '#C41EAD'

red 196 ◦ green 30 ◦ blue 173

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

Shades of Deep Magenta #C41EAD

Tints of Deep Magenta #C41EAD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.52%

 BLUE value IS 173 (67.97% from 255) = 43.36%

R = 49.12%
G = 7.52%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C41EAD (or 0xC41EAD) is known color: Deep Magenta. HEX triplet: C4, 1E and AD. RGB value is (196,30,173). Sum of RGB (Red+Green+Blue) = 196+30+173=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C41EAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41EAD is #3BE152. Grayscale: #5F5F5F. Windows color (decimal): -3924307 or 11345604. OLE color: 11345604.

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

Color convert

RGB 196 30 173 -
CMYK 0 0.85 0.12 0.23
HSL 308.31º 0.73% 0.44% -
HSV(B) 308.31º 0.85% 0.77% -
XYZ 30.77 15.68 40.94 -
YUV 95.94 171.5 199.37 -
System Red Green Blue C M Y K H S L
Decimal 196 30 173 0 0.85 0.12 0.23 308.31 0.73 0.44
Hex C4 1E AD 0 55 C 17 134 49 2C
Octal 304 36 255 0 125 14 27 464 111 54
Binary 11000100 11110 10101101 0 1010101 1100 10111 100110100 1001001 101100

Color Harmonies of #C41EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41EAD

Black with #C41EAD

Text Example


Text Example

White with #C41EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41EAD; }

 p { color: rgb(196,30,173); }

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

background-color css

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

 a { background-color: rgb(196,30,173); }

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

border-color css

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

 span { border-color: rgb(196,30,173); }

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