Html Css Color HEX #AF10C7 Deep Magenta

📋 copy color: '#AF10C7'

red 175 ◦ green 16 ◦ blue 199

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

Shades of Deep Magenta #AF10C7

Tints of Deep Magenta #AF10C7

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.1%

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

R = 44.87%
G = 4.1%
B = 51.03%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF10C7 (or 0xAF10C7) is known color: Deep Magenta. HEX triplet: AF, 10 and C7. RGB value is (175,16,199). Sum of RGB (Red+Green+Blue) = 175+16+199=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 16 (6.64% from 255 or 4.10% from 390); Blue value is 199 (78.12% from 255 or 51.03% from 390); Max value from RGB is 199 - color contains mainly: blue. Hex color #AF10C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF10C7 is #50EF38. Grayscale: #535353. Windows color (decimal): -5304121 or 13045935. OLE color: 13045935.

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

Color convert

RGB 175 16 199 -
CMYK 0.12 0.92 0 0.22
HSL 292.13º 0.85% 0.42% -
HSV(B) 292.13º 0.92% 0.78% -
XYZ 28.17 13.61 55.17 -
YUV 84.4 192.68 192.62 -
System Red Green Blue C M Y K H S L
Decimal 175 16 199 0.12 0.92 0 0.22 292.13 0.85 0.42
Hex AF 10 C7 C 5C 0 16 124 55 2A
Octal 257 20 307 14 134 0 26 444 125 52
Binary 10101111 10000 11000111 1100 1011100 0 10110 100100100 1010101 101010

Color Harmonies of #AF10C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF10C7

Black with #AF10C7

Text Example


Text Example

White with #AF10C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF10C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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