Html Css Color HEX #C41CE1 Deep Magenta

📋 copy color: '#C41CE1'

red 196 ◦ green 28 ◦ blue 225

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

Shades of Deep Magenta #C41CE1

Tints of Deep Magenta #C41CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 50.11%

R = 43.65%
G = 6.24%
B = 50.11%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C41CE1 (or 0xC41CE1) is known color: Deep Magenta. HEX triplet: C4, 1C and E1. RGB value is (196,28,225). Sum of RGB (Red+Green+Blue) = 196+28+225=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 28 (11.33% from 255 or 6.24% from 449); Blue value is 225 (88.28% from 255 or 50.11% from 449); Max value from RGB is 225 - color contains mainly: blue. Hex color #C41CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41CE1 is #3BE31E. Grayscale: #646464. Windows color (decimal): -3924767 or 14752964. OLE color: 14752964.

HSL color Cylindrical-coordinate representation of color #C41CE1: hue angle of 291.17º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41CE1 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 196 28 225 -
CMYK 0.13 0.88 0 0.12
HSL 291.17º 0.78% 0.5% -
HSV(B) 291.17º 0.88% 0.88% -
XYZ 36.77 18 72.77 -
YUV 100.69 198.16 195.98 -
System Red Green Blue C M Y K H S L
Decimal 196 28 225 0.13 0.88 0 0.12 291.17 0.78 0.5
Hex C4 1C E1 D 58 0 C 123 4E 32
Octal 304 34 341 15 130 0 14 443 116 62
Binary 11000100 11100 11100001 1101 1011000 0 1100 100100011 1001110 110010

Color Harmonies of #C41CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41CE1

Black with #C41CE1

Text Example


Text Example

White with #C41CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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