Html Css Color HEX #C41ADC Deep Magenta

📋 copy color: '#C41ADC'

red 196 ◦ green 26 ◦ blue 220

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

Shades of Deep Magenta #C41ADC

Tints of Deep Magenta #C41ADC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.88%

 BLUE value IS 220 (86.33% from 255) = 49.77%

R = 44.34%
G = 5.88%
B = 49.77%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C41ADC (or 0xC41ADC) is known color: Deep Magenta. HEX triplet: C4, 1A and DC. RGB value is (196,26,220). Sum of RGB (Red+Green+Blue) = 196+26+220=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 26 (10.55% from 255 or 5.88% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #C41ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41ADC is #3BE523. Grayscale: #626262. Windows color (decimal): -3925284 or 14424772. OLE color: 14424772.

HSL color Cylindrical-coordinate representation of color #C41ADC: hue angle of 292.58º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41ADC is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 26 220 -
CMYK 0.11 0.88 0 0.14
HSL 292.58º 0.79% 0.48% -
HSV(B) 292.58º 0.88% 0.86% -
XYZ 36.05 17.64 69.22 -
YUV 98.95 196.32 197.23 -
System Red Green Blue C M Y K H S L
Decimal 196 26 220 0.11 0.88 0 0.14 292.58 0.79 0.48
Hex C4 1A DC B 58 0 E 125 4F 30
Octal 304 32 334 13 130 0 16 445 117 60
Binary 11000100 11010 11011100 1011 1011000 0 1110 100100101 1001111 110000

Color Harmonies of #C41ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41ADC

Black with #C41ADC

Text Example


Text Example

White with #C41ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41ADC; }

 p { color: rgb(196,26,220); }

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

background-color css

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

 a { background-color: rgb(196,26,220); }

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

border-color css

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

 span { border-color: rgb(196,26,220); }

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