Html Css Color HEX #AD0CBF Deep Magenta

📋 copy color: '#AD0CBF'

red 173 ◦ green 12 ◦ blue 191

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

Shades of Deep Magenta #AD0CBF

Tints of Deep Magenta #AD0CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.8%

R = 46.01%
G = 3.19%
B = 50.8%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD0CBF (or 0xAD0CBF) is known color: Deep Magenta. HEX triplet: AD, 0C and BF. RGB value is (173,12,191). Sum of RGB (Red+Green+Blue) = 173+12+191=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD0CBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0CBF is #52F340. Grayscale: #4F4F4F. Windows color (decimal): -5436225 or 12520621. OLE color: 12520621.

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

Color convert

RGB 173 12 191 -
CMYK 0.09 0.94 0 0.25
HSL 293.97º 0.88% 0.4% -
HSV(B) 293.97º 0.94% 0.75% -
XYZ 26.77 12.91 50.37 -
YUV 80.55 190.34 193.95 -
System Red Green Blue C M Y K H S L
Decimal 173 12 191 0.09 0.94 0 0.25 293.97 0.88 0.4
Hex AD C BF 9 5E 0 19 126 58 28
Octal 255 14 277 11 136 0 31 446 130 50
Binary 10101101 1100 10111111 1001 1011110 0 11001 100100110 1011000 101000

Color Harmonies of #AD0CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0CBF

Black with #AD0CBF

Text Example


Text Example

White with #AD0CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0CBF; }

 p { color: rgb(173,12,191); }

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

background-color css

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

 a { background-color: rgb(173,12,191); }

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

border-color css

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

 span { border-color: rgb(173,12,191); }

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