Html Css Color HEX #AD12C1 Deep Magenta

📋 copy color: '#AD12C1'

red 173 ◦ green 18 ◦ blue 193

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

Shades of Deep Magenta #AD12C1

Tints of Deep Magenta #AD12C1

RGB

 RED value IS 173 (67.97% from 255) = 45.05%

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

 BLUE value IS 193 (75.78% from 255) = 50.26%

R = 45.05%
G = 4.69%
B = 50.26%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD12C1 (or 0xAD12C1) is known color: Deep Magenta. HEX triplet: AD, 12 and C1. RGB value is (173,18,193). Sum of RGB (Red+Green+Blue) = 173+18+193=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD12C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD12C1 is #52ED3E. Grayscale: #535353. Windows color (decimal): -5434687 or 12653229. OLE color: 12653229.

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

Color convert

RGB 173 18 193 -
CMYK 0.10 0.91 0 0.24
HSL 293.14º 0.83% 0.41% -
HSV(B) 293.14º 0.91% 0.76% -
XYZ 27.08 13.17 51.57 -
YUV 84.3 189.35 191.27 -
System Red Green Blue C M Y K H S L
Decimal 173 18 193 0.10 0.91 0 0.24 293.14 0.83 0.41
Hex AD 12 C1 A 5B 0 18 125 53 29
Octal 255 22 301 12 133 0 30 445 123 51
Binary 10101101 10010 11000001 1010 1011011 0 11000 100100101 1010011 101001

Color Harmonies of #AD12C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD12C1

Black with #AD12C1

Text Example


Text Example

White with #AD12C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD12C1; }

 p { color: rgb(173,18,193); }

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

background-color css

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

 a { background-color: rgb(173,18,193); }

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

border-color css

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

 span { border-color: rgb(173,18,193); }

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