Html Css Color HEX #C012AC Deep Magenta

📋 copy color: '#C012AC'

red 192 ◦ green 18 ◦ blue 172

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

Shades of Deep Magenta #C012AC

Tints of Deep Magenta #C012AC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.71%

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

R = 50.26%
G = 4.71%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C012AC (or 0xC012AC) is known color: Deep Magenta. HEX triplet: C0, 12 and AC. RGB value is (192,18,172). Sum of RGB (Red+Green+Blue) = 192+18+172=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C012AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C012AC is #3FED53. Grayscale: #575757. Windows color (decimal): -4189524 or 11276992. OLE color: 11276992.

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

Color convert

RGB 192 18 172 -
CMYK 0 0.91 0.10 0.25
HSL 306.9º 0.83% 0.41% -
HSV(B) 306.9º 0.91% 0.75% -
XYZ 29.4 14.62 40.3 -
YUV 87.58 175.65 202.48 -
System Red Green Blue C M Y K H S L
Decimal 192 18 172 0 0.91 0.10 0.25 306.9 0.83 0.41
Hex C0 12 AC 0 5B A 19 133 53 29
Octal 300 22 254 0 133 12 31 463 123 51
Binary 11000000 10010 10101100 0 1011011 1010 11001 100110011 1010011 101001

Color Harmonies of #C012AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C012AC

Black with #C012AC

Text Example


Text Example

White with #C012AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C012AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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