Html Css Color HEX #C41CDE Deep Magenta

📋 copy color: '#C41CDE'

red 196 ◦ green 28 ◦ blue 222

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

Shades of Deep Magenta #C41CDE

Tints of Deep Magenta #C41CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.78%

R = 43.95%
G = 6.28%
B = 49.78%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C41CDE (or 0xC41CDE) is known color: Deep Magenta. HEX triplet: C4, 1C and DE. RGB value is (196,28,222). Sum of RGB (Red+Green+Blue) = 196+28+222=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #C41CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41CDE is #3BE321. Grayscale: #636363. Windows color (decimal): -3924770 or 14556356. OLE color: 14556356.

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

Color convert

RGB 196 28 222 -
CMYK 0.12 0.87 0 0.13
HSL 291.96º 0.78% 0.49% -
HSV(B) 291.96º 0.87% 0.87% -
XYZ 36.37 17.84 70.63 -
YUV 100.35 196.66 196.23 -
System Red Green Blue C M Y K H S L
Decimal 196 28 222 0.12 0.87 0 0.13 291.96 0.78 0.49
Hex C4 1C DE C 57 0 D 124 4E 31
Octal 304 34 336 14 127 0 15 444 116 61
Binary 11000100 11100 11011110 1100 1010111 0 1101 100100100 1001110 110001

Color Harmonies of #C41CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41CDE

Black with #C41CDE

Text Example


Text Example

White with #C41CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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