Html Css Color HEX #C41DE3 Deep Magenta

📋 copy color: '#C41DE3'

red 196 ◦ green 29 ◦ blue 227

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

Shades of Deep Magenta #C41DE3

Tints of Deep Magenta #C41DE3

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.42%

 BLUE value IS 227 (89.06% from 255) = 50.22%

R = 43.36%
G = 6.42%
B = 50.22%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C41DE3 (or 0xC41DE3) is known color: Deep Magenta. HEX triplet: C4, 1D and E3. RGB value is (196,29,227). Sum of RGB (Red+Green+Blue) = 196+29+227=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 29 (11.72% from 255 or 6.42% from 452); Blue value is 227 (89.06% from 255 or 50.22% from 452); Max value from RGB is 227 - color contains mainly: blue. Hex color #C41DE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41DE3 is #3BE21C. Grayscale: #646464. Windows color (decimal): -3924509 or 14884292. OLE color: 14884292.

HSL color Cylindrical-coordinate representation of color #C41DE3: hue angle of 290.61º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41DE3 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 196 29 227 -
CMYK 0.14 0.87 0 0.11
HSL 290.61º 0.78% 0.5% -
HSV(B) 290.61º 0.87% 0.89% -
XYZ 37.07 18.16 74.22 -
YUV 101.51 198.83 195.4 -
System Red Green Blue C M Y K H S L
Decimal 196 29 227 0.14 0.87 0 0.11 290.61 0.78 0.5
Hex C4 1D E3 E 57 0 B 123 4E 32
Octal 304 35 343 16 127 0 13 443 116 62
Binary 11000100 11101 11100011 1110 1010111 0 1011 100100011 1001110 110010

Color Harmonies of #C41DE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41DE3

Black with #C41DE3

Text Example


Text Example

White with #C41DE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41DE3; }

 p { color: rgb(196,29,227); }

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

background-color css

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

 a { background-color: rgb(196,29,227); }

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

border-color css

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

 span { border-color: rgb(196,29,227); }

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