Html Css Color HEX #C404AC Deep Magenta

📋 copy color: '#C404AC'

red 196 ◦ green 4 ◦ blue 172

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

Shades of Deep Magenta #C404AC

Tints of Deep Magenta #C404AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.24%

R = 52.69%
G = 1.08%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C404AC (or 0xC404AC) is known color: Deep Magenta. HEX triplet: C4, 04 and AC. RGB value is (196,4,172). Sum of RGB (Red+Green+Blue) = 196+4+172=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C404AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C404AC is #3BFB53. Grayscale: #505050. Windows color (decimal): -3930964 or 11273412. OLE color: 11273412.

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

Color convert

RGB 196 4 172 -
CMYK 0 0.98 0.12 0.23
HSL 307.5º 0.96% 0.39% -
HSV(B) 307.5º 0.98% 0.77% -
XYZ 30.25 14.8 40.29 -
YUV 80.56 179.61 210.34 -
System Red Green Blue C M Y K H S L
Decimal 196 4 172 0 0.98 0.12 0.23 307.5 0.96 0.39
Hex C4 4 AC 0 62 C 17 134 60 27
Octal 304 4 254 0 142 14 27 464 140 47
Binary 11000100 100 10101100 0 1100010 1100 10111 100110100 1100000 100111

Color Harmonies of #C404AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C404AC

Black with #C404AC

Text Example


Text Example

White with #C404AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C404AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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