Shades of Fuchsia #C84DAE
Tints of Fuchsia #C84DAE
RGB
CMYK
RGB Variations
Color information
#C84DAE (or 0xC84DAE) is known color: Fuchsia. HEX triplet: C8, 4D and AE. RGB value is (200,77,174). Sum of RGB (Red+Green+Blue) = 200+77+174=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C84DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84DAE is #37B251. Grayscale: #7C7C7C. Windows color (decimal): -3650130 or 11423176. OLE color: 11423176.
HSL color Cylindrical-coordinate representation of color #C84DAE: hue angle of 312.68º 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 #C84DAE is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 174 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.22 |
| HSL | 312.68º | 0.53% | 0.54% | - |
| HSV(B) | 312.68º | 0.62% | 0.78% | - |
| XYZ | 34.11 | 20.64 | 42.23 | - |
| YUV | 124.84 | 155.75 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 174 | 0 | 0.62 | 0.13 | 0.22 | 312.68 | 0.53 | 0.54 |
| Hex | C8 | 4D | AE | 0 | 3E | D | 16 | 139 | 35 | 36 |
| Octal | 310 | 115 | 256 | 0 | 76 | 15 | 26 | 471 | 65 | 66 |
| Binary | 11001000 | 1001101 | 10101110 | 0 | 111110 | 1101 | 10110 | 100111001 | 110101 | 110110 |
Color Harmonies of #C84DAE
Complementary color
Monochromatic Colors of #C84DAE
Black with #C84DAE
Text Example
Text Example
White with #C84DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84DAE; }
p { color: rgb(200,77,174); }
H1.HeaderClassName
{
color: #C84DAE;
}
.AnyTagClassName
{
color: #C84DAE;
}
</style>
background-color css
<style>
a { background-color: #C84DAE; }
a { background-color: rgb(200,77,174); }
div.DivClassName
{
background-color: #C84DAE;
}
.BgClassName
{
background-color: #C84DAE;
}
</style>
border-color css
<style>
span { border-color: #C84DAE; }
span { border-color: rgb(200,77,174); }
td.TdClassName
{
border-color: #C84DAE;
}
.TagClassName
{
border-color: #C84DAE;
}
</style>