Html Css Color HEX #C41ECD Deep Magenta

📋 copy color: '#C41ECD'

red 196 ◦ green 30 ◦ blue 205

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

Shades of Deep Magenta #C41ECD

Tints of Deep Magenta #C41ECD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.96%

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

R = 45.48%
G = 6.96%
B = 47.56%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C41ECD (or 0xC41ECD) is known color: Deep Magenta. HEX triplet: C4, 1E and CD. RGB value is (196,30,205). Sum of RGB (Red+Green+Blue) = 196+30+205=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 30 (12.11% from 255 or 6.96% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #C41ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41ECD is #3BE132. Grayscale: #636363. Windows color (decimal): -3924275 or 13442756. OLE color: 13442756.

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

Color convert

RGB 196 30 205 -
CMYK 0.04 0.85 0 0.20
HSL 296.91º 0.74% 0.46% -
HSV(B) 296.91º 0.85% 0.8% -
XYZ 34.25 17.07 59.25 -
YUV 99.58 187.5 196.77 -
System Red Green Blue C M Y K H S L
Decimal 196 30 205 0.04 0.85 0 0.20 296.91 0.74 0.46
Hex C4 1E CD 4 55 0 14 129 4A 2E
Octal 304 36 315 4 125 0 24 451 112 56
Binary 11000100 11110 11001101 100 1010101 0 10100 100101001 1001010 101110

Color Harmonies of #C41ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41ECD

Black with #C41ECD

Text Example


Text Example

White with #C41ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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