Html Css Color HEX #C41FE3 Deep Magenta

📋 copy color: '#C41FE3'

red 196 ◦ green 31 ◦ blue 227

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

Shades of Deep Magenta #C41FE3

Tints of Deep Magenta #C41FE3

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.83%

 BLUE value IS 227 (89.06% from 255) = 50%

R = 43.17%
G = 6.83%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C41FE3 (or 0xC41FE3) is known color: Deep Magenta. HEX triplet: C4, 1F and E3. RGB value is (196,31,227). Sum of RGB (Red+Green+Blue) = 196+31+227=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 31 (12.5% from 255 or 6.83% from 454); Blue value is 227 (89.06% from 255 or 50% from 454); Max value from RGB is 227 - color contains mainly: blue. Hex color #C41FE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41FE3 is #3BE01C. Grayscale: #666666. Windows color (decimal): -3923997 or 14884804. OLE color: 14884804.

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

Color convert

RGB 196 31 227 -
CMYK 0.14 0.86 0 0.11
HSL 290.51º 0.78% 0.51% -
HSV(B) 290.51º 0.86% 0.89% -
XYZ 37.12 18.26 74.24 -
YUV 102.68 198.16 194.56 -
System Red Green Blue C M Y K H S L
Decimal 196 31 227 0.14 0.86 0 0.11 290.51 0.78 0.51
Hex C4 1F E3 E 56 0 B 123 4E 33
Octal 304 37 343 16 126 0 13 443 116 63
Binary 11000100 11111 11100011 1110 1010110 0 1011 100100011 1001110 110011

Color Harmonies of #C41FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41FE3

Black with #C41FE3

Text Example


Text Example

White with #C41FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41FE3; }

 p { color: rgb(196,31,227); }

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

background-color css

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

 a { background-color: rgb(196,31,227); }

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

border-color css

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

 span { border-color: rgb(196,31,227); }

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