Html Css Color HEX #AF0CB9 Deep Magenta

📋 copy color: '#AF0CB9'

red 175 ◦ green 12 ◦ blue 185

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

Shades of Deep Magenta #AF0CB9

Tints of Deep Magenta #AF0CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.73%

R = 47.04%
G = 3.23%
B = 49.73%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF0CB9 (or 0xAF0CB9) is known color: Deep Magenta. HEX triplet: AF, 0C and B9. RGB value is (175,12,185). Sum of RGB (Red+Green+Blue) = 175+12+185=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 185 (72.66% from 255 or 49.73% from 372); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF0CB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0CB9 is #50F346. Grayscale: #4F4F4F. Windows color (decimal): -5305159 or 12127407. OLE color: 12127407.

HSL color Cylindrical-coordinate representation of color #AF0CB9: hue angle of 296.53º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0CB9 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 12 185 -
CMYK 0.05 0.94 0 0.27
HSL 296.53º 0.88% 0.39% -
HSV(B) 296.53º 0.94% 0.73% -
XYZ 26.57 12.88 46.98 -
YUV 80.46 187 195.43 -
System Red Green Blue C M Y K H S L
Decimal 175 12 185 0.05 0.94 0 0.27 296.53 0.88 0.39
Hex AF C B9 5 5E 0 1B 129 58 27
Octal 257 14 271 5 136 0 33 451 130 47
Binary 10101111 1100 10111001 101 1011110 0 11011 100101001 1011000 100111

Color Harmonies of #AF0CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0CB9

Black with #AF0CB9

Text Example


Text Example

White with #AF0CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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