Html Css Color HEX #C000AC Deep Magenta

📋 copy color: '#C000AC'

red 192 ◦ green 0 ◦ blue 172

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

Shades of Deep Magenta #C000AC

Tints of Deep Magenta #C000AC

RGB

 RED value IS 192 (75.39% from 255) = 52.75%

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

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

R = 52.75%
G = 0%
B = 47.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C000AC (or 0xC000AC) is known color: Deep Magenta. HEX triplet: C0, 00 and AC. RGB value is (192,0,172). Sum of RGB (Red+Green+Blue) = 192+0+172=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C000AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C000AC is #3FFF53. Grayscale: #4C4C4C. Windows color (decimal): -4194132 or 11272384. OLE color: 11272384.

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

Color convert

RGB 192 0 172 -
CMYK 0 1 0.10 0.25
HSL 306.25º 1% 0.38% -
HSV(B) 306.25º 1% 0.75% -
XYZ 29.18 14.19 40.23 -
YUV 77.02 181.61 210.01 -
System Red Green Blue C M Y K H S L
Decimal 192 0 172 0 1 0.10 0.25 306.25 1 0.38
Hex C0 0 AC 0 64 A 19 132 64 26
Octal 300 0 254 0 144 12 31 462 144 46
Binary 11000000 0 10101100 0 1100100 1010 11001 100110010 1100100 100110

Color Harmonies of #C000AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C000AC

Black with #C000AC

Text Example


Text Example

White with #C000AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C000AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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