Html Css Color HEX #AF13C1 Deep Magenta

📋 copy color: '#AF13C1'

red 175 ◦ green 19 ◦ blue 193

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

Shades of Deep Magenta #AF13C1

Tints of Deep Magenta #AF13C1

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.91%

 BLUE value IS 193 (75.78% from 255) = 49.87%

R = 45.22%
G = 4.91%
B = 49.87%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF13C1 (or 0xAF13C1) is known color: Deep Magenta. HEX triplet: AF, 13 and C1. RGB value is (175,19,193). Sum of RGB (Red+Green+Blue) = 175+19+193=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 19 (7.81% from 255 or 4.91% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF13C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF13C1 is #50EC3E. Grayscale: #545454. Windows color (decimal): -5303359 or 12653487. OLE color: 12653487.

HSL color Cylindrical-coordinate representation of color #AF13C1: hue angle of 293.79º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF13C1 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 19 193 -
CMYK 0.09 0.90 0 0.24
HSL 293.79º 0.82% 0.42% -
HSV(B) 293.79º 0.9% 0.76% -
XYZ 27.54 13.43 51.59 -
YUV 85.48 188.68 191.85 -
System Red Green Blue C M Y K H S L
Decimal 175 19 193 0.09 0.90 0 0.24 293.79 0.82 0.42
Hex AF 13 C1 9 5A 0 18 126 52 2A
Octal 257 23 301 11 132 0 30 446 122 52
Binary 10101111 10011 11000001 1001 1011010 0 11000 100100110 1010010 101010

Color Harmonies of #AF13C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF13C1

Black with #AF13C1

Text Example


Text Example

White with #AF13C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF13C1; }

 p { color: rgb(175,19,193); }

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

background-color css

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

 a { background-color: rgb(175,19,193); }

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

border-color css

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

 span { border-color: rgb(175,19,193); }

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