Html Css Color HEX #C41DCC Deep Magenta

📋 copy color: '#C41DCC'

red 196 ◦ green 29 ◦ blue 204

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

Shades of Deep Magenta #C41DCC

Tints of Deep Magenta #C41DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.55%

R = 45.69%
G = 6.76%
B = 47.55%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C41DCC (or 0xC41DCC) is known color: Deep Magenta. HEX triplet: C4, 1D and CC. RGB value is (196,29,204). Sum of RGB (Red+Green+Blue) = 196+29+204=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 29 (11.72% from 255 or 6.76% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #C41DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41DCC is #3BE233. Grayscale: #626262. Windows color (decimal): -3924532 or 13376964. OLE color: 13376964.

HSL color Cylindrical-coordinate representation of color #C41DCC: hue angle of 297.26º 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 #C41DCC is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 29 204 -
CMYK 0.04 0.86 0 0.2
HSL 297.26º 0.75% 0.46% -
HSV(B) 297.26º 0.86% 0.8% -
XYZ 34.1 16.97 58.61 -
YUV 98.88 187.33 197.27 -
System Red Green Blue C M Y K H S L
Decimal 196 29 204 0.04 0.86 0 0.2 297.26 0.75 0.46
Hex C4 1D CC 4 56 0 14 129 4B 2E
Octal 304 35 314 4 126 0 24 451 113 56
Binary 11000100 11101 11001100 100 1010110 0 10100 100101001 1001011 101110

Color Harmonies of #C41DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41DCC

Black with #C41DCC

Text Example


Text Example

White with #C41DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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