Html Css Color HEX #AC0CBC Deep Magenta

📋 copy color: '#AC0CBC'

red 172 ◦ green 12 ◦ blue 188

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

Shades of Deep Magenta #AC0CBC

Tints of Deep Magenta #AC0CBC

RGB

 RED value IS 172 (67.58% from 255) = 46.24%

 GREEN value IS 12 (5.08% from 255) = 3.23%

 BLUE value IS 188 (73.83% from 255) = 50.54%

R = 46.24%
G = 3.23%
B = 50.54%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC0CBC (or 0xAC0CBC) is known color: Deep Magenta. HEX triplet: AC, 0C and BC. RGB value is (172,12,188). Sum of RGB (Red+Green+Blue) = 172+12+188=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC0CBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0CBC is #53F343. Grayscale: #4F4F4F. Windows color (decimal): -5501764 or 12324012. OLE color: 12324012.

HSL color Cylindrical-coordinate representation of color #AC0CBC: hue angle of 294.55º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0CBC is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 12 188 -
CMYK 0.09 0.94 0 0.26
HSL 294.55º 0.88% 0.39% -
HSV(B) 294.55º 0.94% 0.74% -
XYZ 26.22 12.66 48.64 -
YUV 79.9 189.01 193.69 -
System Red Green Blue C M Y K H S L
Decimal 172 12 188 0.09 0.94 0 0.26 294.55 0.88 0.39
Hex AC C BC 9 5E 0 1A 127 58 27
Octal 254 14 274 11 136 0 32 447 130 47
Binary 10101100 1100 10111100 1001 1011110 0 11010 100100111 1011000 100111

Color Harmonies of #AC0CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0CBC

Black with #AC0CBC

Text Example


Text Example

White with #AC0CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0CBC; }

 p { color: rgb(172,12,188); }

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

background-color css

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

 a { background-color: rgb(172,12,188); }

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

border-color css

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

 span { border-color: rgb(172,12,188); }

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