Html Css Color HEX #C41DCE Deep Magenta

📋 copy color: '#C41DCE'

red 196 ◦ green 29 ◦ blue 206

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

Shades of Deep Magenta #C41DCE

Tints of Deep Magenta #C41DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.8%

R = 45.48%
G = 6.73%
B = 47.8%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C41DCE (or 0xC41DCE) is known color: Deep Magenta. HEX triplet: C4, 1D and CE. RGB value is (196,29,206). Sum of RGB (Red+Green+Blue) = 196+29+206=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 29 (11.72% from 255 or 6.73% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #C41DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41DCE is #3BE231. Grayscale: #626262. Windows color (decimal): -3924530 or 13508036. OLE color: 13508036.

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

Color convert

RGB 196 29 206 -
CMYK 0.05 0.86 0 0.19
HSL 296.61º 0.75% 0.46% -
HSV(B) 296.61º 0.86% 0.81% -
XYZ 34.34 17.07 59.88 -
YUV 99.11 188.33 197.11 -
System Red Green Blue C M Y K H S L
Decimal 196 29 206 0.05 0.86 0 0.19 296.61 0.75 0.46
Hex C4 1D CE 5 56 0 13 129 4B 2E
Octal 304 35 316 5 126 0 23 451 113 56
Binary 11000100 11101 11001110 101 1010110 0 10011 100101001 1001011 101110

Color Harmonies of #C41DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41DCE

Black with #C41DCE

Text Example


Text Example

White with #C41DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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