Html Css Color HEX #AF11C7 Deep Magenta

📋 copy color: '#AF11C7'

red 175 ◦ green 17 ◦ blue 199

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

Shades of Deep Magenta #AF11C7

Tints of Deep Magenta #AF11C7

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.35%

 BLUE value IS 199 (78.13% from 255) = 50.9%

R = 44.76%
G = 4.35%
B = 50.9%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF11C7 (or 0xAF11C7) is known color: Deep Magenta. HEX triplet: AF, 11 and C7. RGB value is (175,17,199). Sum of RGB (Red+Green+Blue) = 175+17+199=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 199 (78.12% from 255 or 50.90% from 391); Max value from RGB is 199 - color contains mainly: blue. Hex color #AF11C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF11C7 is #50EE38. Grayscale: #545454. Windows color (decimal): -5303865 or 13046191. OLE color: 13046191.

HSL color Cylindrical-coordinate representation of color #AF11C7: hue angle of 292.09º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF11C7 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 17 199 -
CMYK 0.12 0.91 0 0.22
HSL 292.09º 0.84% 0.42% -
HSV(B) 292.09º 0.91% 0.78% -
XYZ 28.19 13.64 55.18 -
YUV 84.99 192.35 192.2 -
System Red Green Blue C M Y K H S L
Decimal 175 17 199 0.12 0.91 0 0.22 292.09 0.84 0.42
Hex AF 11 C7 C 5B 0 16 124 54 2A
Octal 257 21 307 14 133 0 26 444 124 52
Binary 10101111 10001 11000111 1100 1011011 0 10110 100100100 1010100 101010

Color Harmonies of #AF11C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF11C7

Black with #AF11C7

Text Example


Text Example

White with #AF11C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF11C7; }

 p { color: rgb(175,17,199); }

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

background-color css

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

 a { background-color: rgb(175,17,199); }

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

border-color css

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

 span { border-color: rgb(175,17,199); }

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