Html Css Color HEX #C41AD4 Deep Magenta

📋 copy color: '#C41AD4'

red 196 ◦ green 26 ◦ blue 212

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

Shades of Deep Magenta #C41AD4

Tints of Deep Magenta #C41AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 48.85%

R = 45.16%
G = 5.99%
B = 48.85%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C41AD4 (or 0xC41AD4) is known color: Deep Magenta. HEX triplet: C4, 1A and D4. RGB value is (196,26,212). Sum of RGB (Red+Green+Blue) = 196+26+212=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 26 (10.55% from 255 or 5.99% from 434); Blue value is 212 (83.20% from 255 or 48.85% from 434); Max value from RGB is 212 - color contains mainly: blue. Hex color #C41AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41AD4 is #3BE52B. Grayscale: #616161. Windows color (decimal): -3925292 or 13900484. OLE color: 13900484.

HSL color Cylindrical-coordinate representation of color #C41AD4: hue angle of 294.84º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41AD4 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 26 212 -
CMYK 0.08 0.88 0 0.17
HSL 294.84º 0.78% 0.47% -
HSV(B) 294.84º 0.88% 0.83% -
XYZ 35.02 17.23 63.77 -
YUV 98.03 192.32 197.88 -
System Red Green Blue C M Y K H S L
Decimal 196 26 212 0.08 0.88 0 0.17 294.84 0.78 0.47
Hex C4 1A D4 8 58 0 11 127 4E 2F
Octal 304 32 324 10 130 0 21 447 116 57
Binary 11000100 11010 11010100 1000 1011000 0 10001 100100111 1001110 101111

Color Harmonies of #C41AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41AD4

Black with #C41AD4

Text Example


Text Example

White with #C41AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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