Html Css Color HEX #C408AC Deep Magenta

📋 copy color: '#C408AC'

red 196 ◦ green 8 ◦ blue 172

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

Shades of Deep Magenta #C408AC

Tints of Deep Magenta #C408AC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.13%

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

R = 52.13%
G = 2.13%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C408AC (or 0xC408AC) is known color: Deep Magenta. HEX triplet: C4, 08 and AC. RGB value is (196,8,172). Sum of RGB (Red+Green+Blue) = 196+8+172=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C408AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C408AC is #3BF753. Grayscale: #525252. Windows color (decimal): -3929940 or 11274436. OLE color: 11274436.

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

Color convert

RGB 196 8 172 -
CMYK 0 0.96 0.12 0.23
HSL 307.66º 0.92% 0.4% -
HSV(B) 307.66º 0.96% 0.77% -
XYZ 30.3 14.89 40.31 -
YUV 82.91 178.28 208.66 -
System Red Green Blue C M Y K H S L
Decimal 196 8 172 0 0.96 0.12 0.23 307.66 0.92 0.4
Hex C4 8 AC 0 60 C 17 134 5C 28
Octal 304 10 254 0 140 14 27 464 134 50
Binary 11000100 1000 10101100 0 1100000 1100 10111 100110100 1011100 101000

Color Harmonies of #C408AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C408AC

Black with #C408AC

Text Example


Text Example

White with #C408AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C408AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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