Html Css Color HEX #C41CDC Deep Magenta

📋 copy color: '#C41CDC'

red 196 ◦ green 28 ◦ blue 220

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

Shades of Deep Magenta #C41CDC

Tints of Deep Magenta #C41CDC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.31%

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

R = 44.14%
G = 6.31%
B = 49.55%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C41CDC (or 0xC41CDC) is known color: Deep Magenta. HEX triplet: C4, 1C and DC. RGB value is (196,28,220). Sum of RGB (Red+Green+Blue) = 196+28+220=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 28 (11.33% from 255 or 6.31% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #C41CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41CDC is #3BE323. Grayscale: #636363. Windows color (decimal): -3924772 or 14425284. OLE color: 14425284.

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

Color convert

RGB 196 28 220 -
CMYK 0.11 0.87 0 0.14
HSL 292.5º 0.77% 0.49% -
HSV(B) 292.5º 0.87% 0.86% -
XYZ 36.1 17.73 69.23 -
YUV 100.12 195.66 196.39 -
System Red Green Blue C M Y K H S L
Decimal 196 28 220 0.11 0.87 0 0.14 292.5 0.77 0.49
Hex C4 1C DC B 57 0 E 124 4D 31
Octal 304 34 334 13 127 0 16 444 115 61
Binary 11000100 11100 11011100 1011 1010111 0 1110 100100100 1001101 110001

Color Harmonies of #C41CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41CDC

Black with #C41CDC

Text Example


Text Example

White with #C41CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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