Html Css Color HEX #C41AD1 Deep Magenta

📋 copy color: '#C41AD1'

red 196 ◦ green 26 ◦ blue 209

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

Shades of Deep Magenta #C41AD1

Tints of Deep Magenta #C41AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 48.49%

R = 45.48%
G = 6.03%
B = 48.49%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C41AD1 (or 0xC41AD1) is known color: Deep Magenta. HEX triplet: C4, 1A and D1. RGB value is (196,26,209). Sum of RGB (Red+Green+Blue) = 196+26+209=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 26 (10.55% from 255 or 6.03% from 431); Blue value is 209 (82.03% from 255 or 48.49% from 431); Max value from RGB is 209 - color contains mainly: blue. Hex color #C41AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41AD1 is #3BE52E. Grayscale: #616161. Windows color (decimal): -3925295 or 13703876. OLE color: 13703876.

HSL color Cylindrical-coordinate representation of color #C41AD1: hue angle of 295.74º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41AD1 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 26 209 -
CMYK 0.06 0.88 0 0.18
HSL 295.74º 0.78% 0.46% -
HSV(B) 295.74º 0.88% 0.82% -
XYZ 34.64 17.08 61.79 -
YUV 97.69 190.82 198.12 -
System Red Green Blue C M Y K H S L
Decimal 196 26 209 0.06 0.88 0 0.18 295.74 0.78 0.46
Hex C4 1A D1 6 58 0 12 128 4E 2E
Octal 304 32 321 6 130 0 22 450 116 56
Binary 11000100 11010 11010001 110 1011000 0 10010 100101000 1001110 101110

Color Harmonies of #C41AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41AD1

Black with #C41AD1

Text Example


Text Example

White with #C41AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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