Shades of Fuchsia #C63AAD
Tints of Fuchsia #C63AAD
RGB
CMYK
RGB Variations
Color information
#C63AAD (or 0xC63AAD) is known color: Fuchsia. HEX triplet: C6, 3A and AD. RGB value is (198,58,173). Sum of RGB (Red+Green+Blue) = 198+58+173=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 58 (23.05% from 255 or 13.52% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C63AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63AAD is #39C552. Grayscale: #707070. Windows color (decimal): -3786067 or 11352774. OLE color: 11352774.
HSL color Cylindrical-coordinate representation of color #C63AAD: hue angle of 310.71º 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 #C63AAD is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 58 | 173 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.22 |
| HSL | 310.71º | 0.55% | 0.5% | - |
| HSV(B) | 310.71º | 0.71% | 0.78% | - |
| XYZ | 32.34 | 18.05 | 41.31 | - |
| YUV | 112.97 | 161.88 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 173 | 0 | 0.71 | 0.13 | 0.22 | 310.71 | 0.55 | 0.5 |
| Hex | C6 | 3A | AD | 0 | 47 | D | 16 | 137 | 37 | 32 |
| Octal | 306 | 72 | 255 | 0 | 107 | 15 | 26 | 467 | 67 | 62 |
| Binary | 11000110 | 111010 | 10101101 | 0 | 1000111 | 1101 | 10110 | 100110111 | 110111 | 110010 |
Color Harmonies of #C63AAD
Complementary color
Monochromatic Colors of #C63AAD
Black with #C63AAD
Text Example
Text Example
White with #C63AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63AAD; }
p { color: rgb(198,58,173); }
H1.HeaderClassName
{
color: #C63AAD;
}
.AnyTagClassName
{
color: #C63AAD;
}
</style>
background-color css
<style>
a { background-color: #C63AAD; }
a { background-color: rgb(198,58,173); }
div.DivClassName
{
background-color: #C63AAD;
}
.BgClassName
{
background-color: #C63AAD;
}
</style>
border-color css
<style>
span { border-color: #C63AAD; }
span { border-color: rgb(198,58,173); }
td.TdClassName
{
border-color: #C63AAD;
}
.TagClassName
{
border-color: #C63AAD;
}
</style>