Html Css Color HEX #AF14BF Deep Magenta

📋 copy color: '#AF14BF'

red 175 ◦ green 20 ◦ blue 191

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

Shades of Deep Magenta #AF14BF

Tints of Deep Magenta #AF14BF

RGB

 RED value IS 175 (68.75% from 255) = 45.34%

 GREEN value IS 20 (8.2% from 255) = 5.18%

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

R = 45.34%
G = 5.18%
B = 49.48%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF14BF (or 0xAF14BF) is known color: Deep Magenta. HEX triplet: AF, 14 and BF. RGB value is (175,20,191). Sum of RGB (Red+Green+Blue) = 175+20+191=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 20 (8.20% from 255 or 5.18% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF14BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF14BF is #50EB40. Grayscale: #555555. Windows color (decimal): -5303105 or 12522671. OLE color: 12522671.

HSL color Cylindrical-coordinate representation of color #AF14BF: hue angle of 294.39º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF14BF is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 20 191 -
CMYK 0.08 0.90 0 0.25
HSL 294.39º 0.81% 0.41% -
HSV(B) 294.39º 0.9% 0.75% -
XYZ 27.33 13.38 50.43 -
YUV 85.84 187.35 191.6 -
System Red Green Blue C M Y K H S L
Decimal 175 20 191 0.08 0.90 0 0.25 294.39 0.81 0.41
Hex AF 14 BF 8 5A 0 19 126 51 29
Octal 257 24 277 10 132 0 31 446 121 51
Binary 10101111 10100 10111111 1000 1011010 0 11001 100100110 1010001 101001

Color Harmonies of #AF14BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF14BF

Black with #AF14BF

Text Example


Text Example

White with #AF14BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF14BF; }

 p { color: rgb(175,20,191); }

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

background-color css

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

 a { background-color: rgb(175,20,191); }

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

border-color css

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

 span { border-color: rgb(175,20,191); }

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