Html Css Color HEX #C41DDF Deep Magenta

📋 copy color: '#C41DDF'

red 196 ◦ green 29 ◦ blue 223

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

Shades of Deep Magenta #C41DDF

Tints of Deep Magenta #C41DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.78%

R = 43.75%
G = 6.47%
B = 49.78%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C41DDF (or 0xC41DDF) is known color: Deep Magenta. HEX triplet: C4, 1D and DF. RGB value is (196,29,223). Sum of RGB (Red+Green+Blue) = 196+29+223=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 29 (11.72% from 255 or 6.47% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #C41DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41DDF is #3BE220. Grayscale: #646464. Windows color (decimal): -3924513 or 14622148. OLE color: 14622148.

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

Color convert

RGB 196 29 223 -
CMYK 0.12 0.87 0 0.13
HSL 291.65º 0.77% 0.49% -
HSV(B) 291.65º 0.87% 0.87% -
XYZ 36.52 17.94 71.35 -
YUV 101.05 196.83 195.73 -
System Red Green Blue C M Y K H S L
Decimal 196 29 223 0.12 0.87 0 0.13 291.65 0.77 0.49
Hex C4 1D DF C 57 0 D 124 4D 31
Octal 304 35 337 14 127 0 15 444 115 61
Binary 11000100 11101 11011111 1100 1010111 0 1101 100100100 1001101 110001

Color Harmonies of #C41DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41DDF

Black with #C41DDF

Text Example


Text Example

White with #C41DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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