Shades of Fuchsia #C84AAD
Tints of Fuchsia #C84AAD
RGB
CMYK
RGB Variations
Color information
#C84AAD (or 0xC84AAD) is known color: Fuchsia. HEX triplet: C8, 4A and AD. RGB value is (200,74,173). Sum of RGB (Red+Green+Blue) = 200+74+173=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C84AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84AAD is #37B552. Grayscale: #7A7A7A. Windows color (decimal): -3650899 or 11356872. OLE color: 11356872.
HSL color Cylindrical-coordinate representation of color #C84AAD: hue angle of 312.86º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84AAD is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 173 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.22 |
| HSL | 312.86º | 0.53% | 0.54% | - |
| HSV(B) | 312.86º | 0.63% | 0.78% | - |
| XYZ | 33.81 | 20.19 | 41.65 | - |
| YUV | 122.96 | 156.24 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 173 | 0 | 0.63 | 0.14 | 0.22 | 312.86 | 0.53 | 0.54 |
| Hex | C8 | 4A | AD | 0 | 3F | E | 16 | 139 | 35 | 36 |
| Octal | 310 | 112 | 255 | 0 | 77 | 16 | 26 | 471 | 65 | 66 |
| Binary | 11001000 | 1001010 | 10101101 | 0 | 111111 | 1110 | 10110 | 100111001 | 110101 | 110110 |
Color Harmonies of #C84AAD
Complementary color
Monochromatic Colors of #C84AAD
Black with #C84AAD
Text Example
Text Example
White with #C84AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84AAD; }
p { color: rgb(200,74,173); }
H1.HeaderClassName
{
color: #C84AAD;
}
.AnyTagClassName
{
color: #C84AAD;
}
</style>
background-color css
<style>
a { background-color: #C84AAD; }
a { background-color: rgb(200,74,173); }
div.DivClassName
{
background-color: #C84AAD;
}
.BgClassName
{
background-color: #C84AAD;
}
</style>
border-color css
<style>
span { border-color: #C84AAD; }
span { border-color: rgb(200,74,173); }
td.TdClassName
{
border-color: #C84AAD;
}
.TagClassName
{
border-color: #C84AAD;
}
</style>