Html Css Color HEX #C404DE Deep Magenta

📋 copy color: '#C404DE'

red 196 ◦ green 4 ◦ blue 222

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

Shades of Deep Magenta #C404DE

Tints of Deep Magenta #C404DE

RGB

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

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

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

R = 46.45%
G = 0.95%
B = 52.61%

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

#C404DE (or 0xC404DE) is known color: Deep Magenta. HEX triplet: C4, 04 and DE. RGB value is (196,4,222). Sum of RGB (Red+Green+Blue) = 196+4+222=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 4 (1.95% from 255 or 0.95% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #C404DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C404DE is #3BFB21. Grayscale: #555555. Windows color (decimal): -3930914 or 14550212. OLE color: 14550212.

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

Color convert

RGB 196 4 222 -
CMYK 0.12 0.98 0 0.13
HSL 292.84º 0.96% 0.44% -
HSV(B) 292.84º 0.98% 0.87% -
XYZ 35.99 17.1 70.51 -
YUV 86.26 204.61 206.27 -
System Red Green Blue C M Y K H S L
Decimal 196 4 222 0.12 0.98 0 0.13 292.84 0.96 0.44
Hex C4 4 DE C 62 0 D 125 60 2C
Octal 304 4 336 14 142 0 15 445 140 54
Binary 11000100 100 11011110 1100 1100010 0 1101 100100101 1100000 101100

Color Harmonies of #C404DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C404DE

Black with #C404DE

Text Example


Text Example

White with #C404DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C404DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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