Shades of Fuchsia #C84BAE
Tints of Fuchsia #C84BAE
RGB
CMYK
RGB Variations
Color information
#C84BAE (or 0xC84BAE) is known color: Fuchsia. HEX triplet: C8, 4B and AE. RGB value is (200,75,174). Sum of RGB (Red+Green+Blue) = 200+75+174=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C84BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84BAE is #37B451. Grayscale: #7B7B7B. Windows color (decimal): -3650642 or 11422664. OLE color: 11422664.
HSL color Cylindrical-coordinate representation of color #C84BAE: hue angle of 312.48º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84BAE is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 75 | 174 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.22 |
| HSL | 312.48º | 0.53% | 0.54% | - |
| HSV(B) | 312.48º | 0.63% | 0.78% | - |
| XYZ | 33.98 | 20.37 | 42.19 | - |
| YUV | 123.66 | 156.41 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 174 | 0 | 0.62 | 0.13 | 0.22 | 312.48 | 0.53 | 0.54 |
| Hex | C8 | 4B | AE | 0 | 3E | D | 16 | 138 | 35 | 36 |
| Octal | 310 | 113 | 256 | 0 | 76 | 15 | 26 | 470 | 65 | 66 |
| Binary | 11001000 | 1001011 | 10101110 | 0 | 111110 | 1101 | 10110 | 100111000 | 110101 | 110110 |
Color Harmonies of #C84BAE
Complementary color
Monochromatic Colors of #C84BAE
Black with #C84BAE
Text Example
Text Example
White with #C84BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84BAE; }
p { color: rgb(200,75,174); }
H1.HeaderClassName
{
color: #C84BAE;
}
.AnyTagClassName
{
color: #C84BAE;
}
</style>
background-color css
<style>
a { background-color: #C84BAE; }
a { background-color: rgb(200,75,174); }
div.DivClassName
{
background-color: #C84BAE;
}
.BgClassName
{
background-color: #C84BAE;
}
</style>
border-color css
<style>
span { border-color: #C84BAE; }
span { border-color: rgb(200,75,174); }
td.TdClassName
{
border-color: #C84BAE;
}
.TagClassName
{
border-color: #C84BAE;
}
</style>