Html Css Color HEX #C404DF Deep Magenta

📋 copy color: '#C404DF'

red 196 ◦ green 4 ◦ blue 223

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

Shades of Deep Magenta #C404DF

Tints of Deep Magenta #C404DF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.95%

 BLUE value IS 223 (87.5% from 255) = 52.72%

R = 46.34%
G = 0.95%
B = 52.72%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C404DF (or 0xC404DF) is known color: Deep Magenta. HEX triplet: C4, 04 and DF. RGB value is (196,4,223). Sum of RGB (Red+Green+Blue) = 196+4+223=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 4 (1.95% from 255 or 0.95% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #C404DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C404DF is #3BFB20. Grayscale: #555555. Windows color (decimal): -3930913 or 14615748. OLE color: 14615748.

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

Color convert

RGB 196 4 223 -
CMYK 0.12 0.98 0 0.13
HSL 292.6º 0.96% 0.45% -
HSV(B) 292.6º 0.98% 0.87% -
XYZ 36.13 17.15 71.22 -
YUV 86.37 205.11 206.19 -
System Red Green Blue C M Y K H S L
Decimal 196 4 223 0.12 0.98 0 0.13 292.6 0.96 0.45
Hex C4 4 DF C 62 0 D 125 60 2D
Octal 304 4 337 14 142 0 15 445 140 55
Binary 11000100 100 11011111 1100 1100010 0 1101 100100101 1100000 101101

Color Harmonies of #C404DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C404DF

Black with #C404DF

Text Example


Text Example

White with #C404DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C404DF; }

 p { color: rgb(196,4,223); }

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

background-color css

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

 a { background-color: rgb(196,4,223); }

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

border-color css

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

 span { border-color: rgb(196,4,223); }

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