Html Css Color HEX #AF01C7 Deep Magenta

📋 copy color: '#AF01C7'

red 175 ◦ green 1 ◦ blue 199

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

Shades of Deep Magenta #AF01C7

Tints of Deep Magenta #AF01C7

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 46.67%
G = 0.27%
B = 53.07%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF01C7 (or 0xAF01C7) is known color: Deep Magenta. HEX triplet: AF, 01 and C7. RGB value is (175,1,199). Sum of RGB (Red+Green+Blue) = 175+1+199=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 199 (78.12% from 255 or 53.07% from 375); Max value from RGB is 199 - color contains mainly: blue. Hex color #AF01C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF01C7 is #50FE38. Grayscale: #4A4A4A. Windows color (decimal): -5307961 or 13042095. OLE color: 13042095.

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

Color convert

RGB 175 1 199 -
CMYK 0.12 0.99 0 0.22
HSL 292.73º 0.99% 0.39% -
HSV(B) 292.73º 0.99% 0.78% -
XYZ 28 13.26 55.12 -
YUV 75.6 197.65 198.9 -
System Red Green Blue C M Y K H S L
Decimal 175 1 199 0.12 0.99 0 0.22 292.73 0.99 0.39
Hex AF 1 C7 C 63 0 16 125 63 27
Octal 257 1 307 14 143 0 26 445 143 47
Binary 10101111 1 11000111 1100 1100011 0 10110 100100101 1100011 100111

Color Harmonies of #AF01C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF01C7

Black with #AF01C7

Text Example


Text Example

White with #AF01C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF01C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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