Html Css Color HEX #C41DDC Deep Magenta

📋 copy color: '#C41DDC'

red 196 ◦ green 29 ◦ blue 220

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

Shades of Deep Magenta #C41DDC

Tints of Deep Magenta #C41DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.44%

R = 44.04%
G = 6.52%
B = 49.44%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C41DDC (or 0xC41DDC) is known color: Deep Magenta. HEX triplet: C4, 1D and DC. RGB value is (196,29,220). Sum of RGB (Red+Green+Blue) = 196+29+220=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 29 (11.72% from 255 or 6.52% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #C41DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41DDC is #3BE223. Grayscale: #646464. Windows color (decimal): -3924516 or 14425540. OLE color: 14425540.

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

Color convert

RGB 196 29 220 -
CMYK 0.11 0.87 0 0.14
HSL 292.46º 0.77% 0.49% -
HSV(B) 292.46º 0.87% 0.86% -
XYZ 36.12 17.78 69.24 -
YUV 100.71 195.33 195.97 -
System Red Green Blue C M Y K H S L
Decimal 196 29 220 0.11 0.87 0 0.14 292.46 0.77 0.49
Hex C4 1D DC B 57 0 E 124 4D 31
Octal 304 35 334 13 127 0 16 444 115 61
Binary 11000100 11101 11011100 1011 1010111 0 1110 100100100 1001101 110001

Color Harmonies of #C41DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41DDC

Black with #C41DDC

Text Example


Text Example

White with #C41DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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