Html Css Color HEX #C41DDA Deep Magenta

📋 copy color: '#C41DDA'

red 196 ◦ green 29 ◦ blue 218

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

Shades of Deep Magenta #C41DDA

Tints of Deep Magenta #C41DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.21%

R = 44.24%
G = 6.55%
B = 49.21%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C41DDA (or 0xC41DDA) is known color: Deep Magenta. HEX triplet: C4, 1D and DA. RGB value is (196,29,218). Sum of RGB (Red+Green+Blue) = 196+29+218=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #C41DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41DDA is #3BE225. Grayscale: #636363. Windows color (decimal): -3924518 or 14294468. OLE color: 14294468.

HSL color Cylindrical-coordinate representation of color #C41DDA: hue angle of 293.02º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41DDA is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 29 218 -
CMYK 0.10 0.87 0 0.15
HSL 293.02º 0.77% 0.48% -
HSV(B) 293.02º 0.87% 0.85% -
XYZ 35.86 17.68 67.85 -
YUV 100.48 194.33 196.13 -
System Red Green Blue C M Y K H S L
Decimal 196 29 218 0.10 0.87 0 0.15 293.02 0.77 0.48
Hex C4 1D DA A 57 0 F 125 4D 30
Octal 304 35 332 12 127 0 17 445 115 60
Binary 11000100 11101 11011010 1010 1010111 0 1111 100100101 1001101 110000

Color Harmonies of #C41DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41DDA

Black with #C41DDA

Text Example


Text Example

White with #C41DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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