Html Css Color HEX #C41DCD Deep Magenta

📋 copy color: '#C41DCD'

red 196 ◦ green 29 ◦ blue 205

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

Shades of Deep Magenta #C41DCD

Tints of Deep Magenta #C41DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.67%

R = 45.58%
G = 6.74%
B = 47.67%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C41DCD (or 0xC41DCD) is known color: Deep Magenta. HEX triplet: C4, 1D and CD. RGB value is (196,29,205). Sum of RGB (Red+Green+Blue) = 196+29+205=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 29 (11.72% from 255 or 6.74% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #C41DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41DCD is #3BE232. Grayscale: #626262. Windows color (decimal): -3924531 or 13442500. OLE color: 13442500.

HSL color Cylindrical-coordinate representation of color #C41DCD: hue angle of 296.93º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41DCD is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 29 205 -
CMYK 0.04 0.86 0 0.20
HSL 296.93º 0.75% 0.46% -
HSV(B) 296.93º 0.86% 0.8% -
XYZ 34.22 17.02 59.24 -
YUV 99 187.83 197.19 -
System Red Green Blue C M Y K H S L
Decimal 196 29 205 0.04 0.86 0 0.20 296.93 0.75 0.46
Hex C4 1D CD 4 56 0 14 129 4B 2E
Octal 304 35 315 4 126 0 24 451 113 56
Binary 11000100 11101 11001101 100 1010110 0 10100 100101001 1001011 101110

Color Harmonies of #C41DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41DCD

Black with #C41DCD

Text Example


Text Example

White with #C41DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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