Html Css Color HEX #AF02C0 Deep Magenta

📋 copy color: '#AF02C0'

red 175 ◦ green 2 ◦ blue 192

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

Shades of Deep Magenta #AF02C0

Tints of Deep Magenta #AF02C0

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

 BLUE value IS 192 (75.39% from 255) = 52.03%

R = 47.43%
G = 0.54%
B = 52.03%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF02C0 (or 0xAF02C0) is known color: Deep Magenta. HEX triplet: AF, 02 and C0. RGB value is (175,2,192). Sum of RGB (Red+Green+Blue) = 175+2+192=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 192 (75.39% from 255 or 52.03% from 369); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF02C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF02C0 is #50FD3F. Grayscale: #4A4A4A. Windows color (decimal): -5307712 or 12583599. OLE color: 12583599.

HSL color Cylindrical-coordinate representation of color #AF02C0: hue angle of 294.63º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF02C0 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 2 192 -
CMYK 0.09 0.99 0 0.25
HSL 294.63º 0.98% 0.38% -
HSV(B) 294.63º 0.99% 0.75% -
XYZ 27.22 12.96 50.94 -
YUV 75.39 193.81 199.05 -
System Red Green Blue C M Y K H S L
Decimal 175 2 192 0.09 0.99 0 0.25 294.63 0.98 0.38
Hex AF 2 C0 9 63 0 19 127 62 26
Octal 257 2 300 11 143 0 31 447 142 46
Binary 10101111 10 11000000 1001 1100011 0 11001 100100111 1100010 100110

Color Harmonies of #AF02C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF02C0

Black with #AF02C0

Text Example


Text Example

White with #AF02C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF02C0; }

 p { color: rgb(175,2,192); }

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

background-color css

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

 a { background-color: rgb(175,2,192); }

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

border-color css

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

 span { border-color: rgb(175,2,192); }

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