Html Css Color HEX #AF0CC8 Deep Magenta

📋 copy color: '#AF0CC8'

red 175 ◦ green 12 ◦ blue 200

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

Shades of Deep Magenta #AF0CC8

Tints of Deep Magenta #AF0CC8

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.1%

 BLUE value IS 200 (78.52% from 255) = 51.68%

R = 45.22%
G = 3.1%
B = 51.68%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF0CC8 (or 0xAF0CC8) is known color: Deep Magenta. HEX triplet: AF, 0C and C8. RGB value is (175,12,200). Sum of RGB (Red+Green+Blue) = 175+12+200=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 200 (78.52% from 255 or 51.68% from 387); Max value from RGB is 200 - color contains mainly: blue. Hex color #AF0CC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0CC8 is #50F337. Grayscale: #515151. Windows color (decimal): -5305144 or 13110447. OLE color: 13110447.

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

Color convert

RGB 175 12 200 -
CMYK 0.12 0.94 0 0.22
HSL 292.02º 0.89% 0.42% -
HSV(B) 292.02º 0.94% 0.78% -
XYZ 28.24 13.55 55.77 -
YUV 82.17 194.5 194.21 -
System Red Green Blue C M Y K H S L
Decimal 175 12 200 0.12 0.94 0 0.22 292.02 0.89 0.42
Hex AF C C8 C 5E 0 16 124 59 2A
Octal 257 14 310 14 136 0 26 444 131 52
Binary 10101111 1100 11001000 1100 1011110 0 10110 100100100 1011001 101010

Color Harmonies of #AF0CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0CC8

Black with #AF0CC8

Text Example


Text Example

White with #AF0CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0CC8; }

 p { color: rgb(175,12,200); }

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

background-color css

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

 a { background-color: rgb(175,12,200); }

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

border-color css

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

 span { border-color: rgb(175,12,200); }

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