Html Css Color HEX #C404AF Deep Magenta

📋 copy color: '#C404AF'

red 196 ◦ green 4 ◦ blue 175

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

Shades of Deep Magenta #C404AF

Tints of Deep Magenta #C404AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.67%

R = 52.27%
G = 1.07%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C404AF (or 0xC404AF) is known color: Deep Magenta. HEX triplet: C4, 04 and AF. RGB value is (196,4,175). Sum of RGB (Red+Green+Blue) = 196+4+175=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C404AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C404AF is #3BFB50. Grayscale: #505050. Windows color (decimal): -3930961 or 11470020. OLE color: 11470020.

HSL color Cylindrical-coordinate representation of color #C404AF: hue angle of 306.56º 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 #C404AF is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 4 175 -
CMYK 0 0.98 0.11 0.23
HSL 306.56º 0.96% 0.39% -
HSV(B) 306.56º 0.98% 0.77% -
XYZ 30.55 14.92 41.83 -
YUV 80.9 181.11 210.1 -
System Red Green Blue C M Y K H S L
Decimal 196 4 175 0 0.98 0.11 0.23 306.56 0.96 0.39
Hex C4 4 AF 0 62 B 17 133 60 27
Octal 304 4 257 0 142 13 27 463 140 47
Binary 11000100 100 10101111 0 1100010 1011 10111 100110011 1100000 100111

Color Harmonies of #C404AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C404AF

Black with #C404AF

Text Example


Text Example

White with #C404AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C404AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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