Shades of Fuchsia #C63FAA
Tints of Fuchsia #C63FAA
RGB
CMYK
RGB Variations
Color information
#C63FAA (or 0xC63FAA) is known color: Fuchsia. HEX triplet: C6, 3F and AA. RGB value is (198,63,170). Sum of RGB (Red+Green+Blue) = 198+63+170=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C63FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63FAA is #39C055. Grayscale: #737373. Windows color (decimal): -3784790 or 11157446. OLE color: 11157446.
HSL color Cylindrical-coordinate representation of color #C63FAA: hue angle of 312.44º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C63FAA is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 63 | 170 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.22 |
| HSL | 312.44º | 0.54% | 0.51% | - |
| HSV(B) | 312.44º | 0.68% | 0.78% | - |
| XYZ | 32.32 | 18.46 | 39.89 | - |
| YUV | 115.56 | 158.73 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 170 | 0 | 0.68 | 0.14 | 0.22 | 312.44 | 0.54 | 0.51 |
| Hex | C6 | 3F | AA | 0 | 44 | E | 16 | 138 | 36 | 33 |
| Octal | 306 | 77 | 252 | 0 | 104 | 16 | 26 | 470 | 66 | 63 |
| Binary | 11000110 | 111111 | 10101010 | 0 | 1000100 | 1110 | 10110 | 100111000 | 110110 | 110011 |
Color Harmonies of #C63FAA
Complementary color
Monochromatic Colors of #C63FAA
Black with #C63FAA
Text Example
Text Example
White with #C63FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63FAA; }
p { color: rgb(198,63,170); }
H1.HeaderClassName
{
color: #C63FAA;
}
.AnyTagClassName
{
color: #C63FAA;
}
</style>
background-color css
<style>
a { background-color: #C63FAA; }
a { background-color: rgb(198,63,170); }
div.DivClassName
{
background-color: #C63FAA;
}
.BgClassName
{
background-color: #C63FAA;
}
</style>
border-color css
<style>
span { border-color: #C63FAA; }
span { border-color: rgb(198,63,170); }
td.TdClassName
{
border-color: #C63FAA;
}
.TagClassName
{
border-color: #C63FAA;
}
</style>