Html Css Color HEX #C405AC Deep Magenta

📋 copy color: '#C405AC'

red 196 ◦ green 5 ◦ blue 172

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

Shades of Deep Magenta #C405AC

Tints of Deep Magenta #C405AC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.34%

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

R = 52.55%
G = 1.34%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C405AC (or 0xC405AC) is known color: Deep Magenta. HEX triplet: C4, 05 and AC. RGB value is (196,5,172). Sum of RGB (Red+Green+Blue) = 196+5+172=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 5 (2.34% from 255 or 1.34% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C405AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C405AC is #3BFA53. Grayscale: #505050. Windows color (decimal): -3930708 or 11273668. OLE color: 11273668.

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

Color convert

RGB 196 5 172 -
CMYK 0 0.97 0.12 0.23
HSL 307.54º 0.95% 0.39% -
HSV(B) 307.54º 0.97% 0.77% -
XYZ 30.27 14.82 40.3 -
YUV 81.15 179.28 209.92 -
System Red Green Blue C M Y K H S L
Decimal 196 5 172 0 0.97 0.12 0.23 307.54 0.95 0.39
Hex C4 5 AC 0 61 C 17 134 5F 27
Octal 304 5 254 0 141 14 27 464 137 47
Binary 11000100 101 10101100 0 1100001 1100 10111 100110100 1011111 100111

Color Harmonies of #C405AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C405AC

Black with #C405AC

Text Example


Text Example

White with #C405AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C405AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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