Shades of Fuchsia #C63AAF
Tints of Fuchsia #C63AAF
RGB
CMYK
RGB Variations
Color information
#C63AAF (or 0xC63AAF) is known color: Fuchsia. HEX triplet: C6, 3A and AF. RGB value is (198,58,175). Sum of RGB (Red+Green+Blue) = 198+58+175=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C63AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63AAF is #39C550. Grayscale: #707070. Windows color (decimal): -3786065 or 11483846. OLE color: 11483846.
HSL color Cylindrical-coordinate representation of color #C63AAF: hue angle of 309.86º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63AAF is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 58 | 175 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.22 |
| HSL | 309.86º | 0.55% | 0.5% | - |
| HSV(B) | 309.86º | 0.71% | 0.78% | - |
| XYZ | 32.54 | 18.13 | 42.34 | - |
| YUV | 113.2 | 162.88 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 175 | 0 | 0.71 | 0.12 | 0.22 | 309.86 | 0.55 | 0.5 |
| Hex | C6 | 3A | AF | 0 | 47 | C | 16 | 136 | 37 | 32 |
| Octal | 306 | 72 | 257 | 0 | 107 | 14 | 26 | 466 | 67 | 62 |
| Binary | 11000110 | 111010 | 10101111 | 0 | 1000111 | 1100 | 10110 | 100110110 | 110111 | 110010 |
Color Harmonies of #C63AAF
Complementary color
Monochromatic Colors of #C63AAF
Black with #C63AAF
Text Example
Text Example
White with #C63AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63AAF; }
p { color: rgb(198,58,175); }
H1.HeaderClassName
{
color: #C63AAF;
}
.AnyTagClassName
{
color: #C63AAF;
}
</style>
background-color css
<style>
a { background-color: #C63AAF; }
a { background-color: rgb(198,58,175); }
div.DivClassName
{
background-color: #C63AAF;
}
.BgClassName
{
background-color: #C63AAF;
}
</style>
border-color css
<style>
span { border-color: #C63AAF; }
span { border-color: rgb(198,58,175); }
td.TdClassName
{
border-color: #C63AAF;
}
.TagClassName
{
border-color: #C63AAF;
}
</style>