Html Css Color HEX #AF0DC7 Deep Magenta

📋 copy color: '#AF0DC7'

red 175 ◦ green 13 ◦ blue 199

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

Shades of Deep Magenta #AF0DC7

Tints of Deep Magenta #AF0DC7

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.36%

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

R = 45.22%
G = 3.36%
B = 51.42%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF0DC7 (or 0xAF0DC7) is known color: Deep Magenta. HEX triplet: AF, 0D and C7. RGB value is (175,13,199). Sum of RGB (Red+Green+Blue) = 175+13+199=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 13 (5.47% from 255 or 3.36% from 387); Blue value is 199 (78.12% from 255 or 51.42% from 387); Max value from RGB is 199 - color contains mainly: blue. Hex color #AF0DC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0DC7 is #50F238. Grayscale: #525252. Windows color (decimal): -5304889 or 13045167. OLE color: 13045167.

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

Color convert

RGB 175 13 199 -
CMYK 0.12 0.93 0 0.22
HSL 292.26º 0.88% 0.42% -
HSV(B) 292.26º 0.93% 0.78% -
XYZ 28.13 13.53 55.16 -
YUV 82.64 193.67 193.88 -
System Red Green Blue C M Y K H S L
Decimal 175 13 199 0.12 0.93 0 0.22 292.26 0.88 0.42
Hex AF D C7 C 5D 0 16 124 58 2A
Octal 257 15 307 14 135 0 26 444 130 52
Binary 10101111 1101 11000111 1100 1011101 0 10110 100100100 1011000 101010

Color Harmonies of #AF0DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0DC7

Black with #AF0DC7

Text Example


Text Example

White with #AF0DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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