Html Css Color HEX #C400AC Deep Magenta

📋 copy color: '#C400AC'

red 196 ◦ green 0 ◦ blue 172

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

Shades of Deep Magenta #C400AC

Tints of Deep Magenta #C400AC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.26%
G = 0%
B = 46.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C400AC (or 0xC400AC) is known color: Deep Magenta. HEX triplet: C4, 00 and AC. RGB value is (196,0,172). Sum of RGB (Red+Green+Blue) = 196+0+172=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C400AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C400AC is #3BFF53. Grayscale: #4D4D4D. Windows color (decimal): -3931988 or 11272388. OLE color: 11272388.

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

Color convert

RGB 196 0 172 -
CMYK 0 1 0.12 0.23
HSL 307.35º 1% 0.38% -
HSV(B) 307.35º 1% 0.77% -
XYZ 30.21 14.71 40.28 -
YUV 78.21 180.93 212.01 -
System Red Green Blue C M Y K H S L
Decimal 196 0 172 0 1 0.12 0.23 307.35 1 0.38
Hex C4 0 AC 0 64 C 17 133 64 26
Octal 304 0 254 0 144 14 27 463 144 46
Binary 11000100 0 10101100 0 1100100 1100 10111 100110011 1100100 100110

Color Harmonies of #C400AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C400AC

Black with #C400AC

Text Example


Text Example

White with #C400AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C400AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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