Html Css Color HEX #AF0CBE Deep Magenta

📋 copy color: '#AF0CBE'

red 175 ◦ green 12 ◦ blue 190

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

Shades of Deep Magenta #AF0CBE

Tints of Deep Magenta #AF0CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.4%

R = 46.42%
G = 3.18%
B = 50.4%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF0CBE (or 0xAF0CBE) is known color: Deep Magenta. HEX triplet: AF, 0C and BE. RGB value is (175,12,190). Sum of RGB (Red+Green+Blue) = 175+12+190=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF0CBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0CBE is #50F341. Grayscale: #505050. Windows color (decimal): -5305154 or 12455087. OLE color: 12455087.

HSL color Cylindrical-coordinate representation of color #AF0CBE: hue angle of 294.94º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0CBE is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 12 190 -
CMYK 0.08 0.94 0 0.25
HSL 294.94º 0.88% 0.4% -
HSV(B) 294.94º 0.94% 0.75% -
XYZ 27.1 13.09 49.81 -
YUV 81.03 189.5 195.03 -
System Red Green Blue C M Y K H S L
Decimal 175 12 190 0.08 0.94 0 0.25 294.94 0.88 0.4
Hex AF C BE 8 5E 0 19 127 58 28
Octal 257 14 276 10 136 0 31 447 130 50
Binary 10101111 1100 10111110 1000 1011110 0 11001 100100111 1011000 101000

Color Harmonies of #AF0CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0CBE

Black with #AF0CBE

Text Example


Text Example

White with #AF0CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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