Html Css Color HEX #C41FDB Deep Magenta

📋 copy color: '#C41FDB'

red 196 ◦ green 31 ◦ blue 219

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

Shades of Deep Magenta #C41FDB

Tints of Deep Magenta #C41FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.1%

R = 43.95%
G = 6.95%
B = 49.1%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C41FDB (or 0xC41FDB) is known color: Deep Magenta. HEX triplet: C4, 1F and DB. RGB value is (196,31,219). Sum of RGB (Red+Green+Blue) = 196+31+219=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 31 (12.5% from 255 or 6.95% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #C41FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41FDB is #3BE024. Grayscale: #656565. Windows color (decimal): -3924005 or 14360516. OLE color: 14360516.

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

Color convert

RGB 196 31 219 -
CMYK 0.11 0.86 0 0.14
HSL 292.66º 0.75% 0.49% -
HSV(B) 292.66º 0.86% 0.86% -
XYZ 36.04 17.83 68.56 -
YUV 101.77 194.16 195.21 -
System Red Green Blue C M Y K H S L
Decimal 196 31 219 0.11 0.86 0 0.14 292.66 0.75 0.49
Hex C4 1F DB B 56 0 E 125 4B 31
Octal 304 37 333 13 126 0 16 445 113 61
Binary 11000100 11111 11011011 1011 1010110 0 1110 100100101 1001011 110001

Color Harmonies of #C41FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41FDB

Black with #C41FDB

Text Example


Text Example

White with #C41FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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