Html Css Color HEX #C012AB Deep Magenta

📋 copy color: '#C012AB'

red 192 ◦ green 18 ◦ blue 171

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

Shades of Deep Magenta #C012AB

Tints of Deep Magenta #C012AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.88%

R = 50.39%
G = 4.72%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C012AB (or 0xC012AB) is known color: Deep Magenta. HEX triplet: C0, 12 and AB. RGB value is (192,18,171). Sum of RGB (Red+Green+Blue) = 192+18+171=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C012AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C012AB is #3FED54. Grayscale: #575757. Windows color (decimal): -4189525 or 11211456. OLE color: 11211456.

HSL color Cylindrical-coordinate representation of color #C012AB: hue angle of 307.24º 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 #C012AB is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 18 171 -
CMYK 0 0.91 0.11 0.25
HSL 307.24º 0.83% 0.41% -
HSV(B) 307.24º 0.91% 0.75% -
XYZ 29.31 14.58 39.8 -
YUV 87.47 175.15 202.56 -
System Red Green Blue C M Y K H S L
Decimal 192 18 171 0 0.91 0.11 0.25 307.24 0.83 0.41
Hex C0 12 AB 0 5B B 19 133 53 29
Octal 300 22 253 0 133 13 31 463 123 51
Binary 11000000 10010 10101011 0 1011011 1011 11001 100110011 1010011 101001

Color Harmonies of #C012AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C012AB

Black with #C012AB

Text Example


Text Example

White with #C012AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C012AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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