Shades of Fuchsia #AF41C1
Tints of Fuchsia #AF41C1
RGB
CMYK
RGB Variations
Color information
#AF41C1 (or 0xAF41C1) is known color: Fuchsia. HEX triplet: AF, 41 and C1. RGB value is (175,65,193). Sum of RGB (Red+Green+Blue) = 175+65+193=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF41C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF41C1 is #50BE3E. Grayscale: #707070. Windows color (decimal): -5291583 or 12665263. OLE color: 12665263.
HSL color Cylindrical-coordinate representation of color #AF41C1: hue angle of 291.56º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF41C1 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 65 | 193 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.24 |
| HSL | 291.56º | 0.51% | 0.51% | - |
| HSV(B) | 291.56º | 0.66% | 0.76% | - |
| XYZ | 29.2 | 16.74 | 52.15 | - |
| YUV | 112.48 | 173.44 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 193 | 0.09 | 0.66 | 0 | 0.24 | 291.56 | 0.51 | 0.51 |
| Hex | AF | 41 | C1 | 9 | 42 | 0 | 18 | 124 | 33 | 33 |
| Octal | 257 | 101 | 301 | 11 | 102 | 0 | 30 | 444 | 63 | 63 |
| Binary | 10101111 | 1000001 | 11000001 | 1001 | 1000010 | 0 | 11000 | 100100100 | 110011 | 110011 |
Color Harmonies of #AF41C1
Complementary color
Monochromatic Colors of #AF41C1
Black with #AF41C1
Text Example
Text Example
White with #AF41C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF41C1; }
p { color: rgb(175,65,193); }
H1.HeaderClassName
{
color: #AF41C1;
}
.AnyTagClassName
{
color: #AF41C1;
}
</style>
background-color css
<style>
a { background-color: #AF41C1; }
a { background-color: rgb(175,65,193); }
div.DivClassName
{
background-color: #AF41C1;
}
.BgClassName
{
background-color: #AF41C1;
}
</style>
border-color css
<style>
span { border-color: #AF41C1; }
span { border-color: rgb(175,65,193); }
td.TdClassName
{
border-color: #AF41C1;
}
.TagClassName
{
border-color: #AF41C1;
}
</style>