Shades of Fuchsia #C84CC9
Tints of Fuchsia #C84CC9
RGB
CMYK
RGB Variations
Color information
#C84CC9 (or 0xC84CC9) is known color: Fuchsia. HEX triplet: C8, 4C and C9. RGB value is (200,76,201). Sum of RGB (Red+Green+Blue) = 200+76+201=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 201 - color contains mainly: blue. Hex color #C84CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84CC9 is #37B336. Grayscale: #7E7E7E. Windows color (decimal): -3650359 or 13192392. OLE color: 13192392.
HSL color Cylindrical-coordinate representation of color #C84CC9: hue angle of 299.52º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84CC9 is Cyan = 0.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 76 | 201 | - |
| CMYK | 0.00 | 0.62 | 0 | 0.21 |
| HSL | 299.52º | 0.54% | 0.54% | - |
| HSV(B) | 299.52º | 0.62% | 0.79% | - |
| XYZ | 36.95 | 21.67 | 57.49 | - |
| YUV | 127.33 | 169.58 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 201 | 0.00 | 0.62 | 0 | 0.21 | 299.52 | 0.54 | 0.54 |
| Hex | C8 | 4C | C9 | 0 | 3E | 0 | 15 | 12C | 36 | 36 |
| Octal | 310 | 114 | 311 | 0 | 76 | 0 | 25 | 454 | 66 | 66 |
| Binary | 11001000 | 1001100 | 11001001 | 0 | 111110 | 0 | 10101 | 100101100 | 110110 | 110110 |
Color Harmonies of #C84CC9
Complementary color
Monochromatic Colors of #C84CC9
Black with #C84CC9
Text Example
Text Example
White with #C84CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84CC9; }
p { color: rgb(200,76,201); }
H1.HeaderClassName
{
color: #C84CC9;
}
.AnyTagClassName
{
color: #C84CC9;
}
</style>
background-color css
<style>
a { background-color: #C84CC9; }
a { background-color: rgb(200,76,201); }
div.DivClassName
{
background-color: #C84CC9;
}
.BgClassName
{
background-color: #C84CC9;
}
</style>
border-color css
<style>
span { border-color: #C84CC9; }
span { border-color: rgb(200,76,201); }
td.TdClassName
{
border-color: #C84CC9;
}
.TagClassName
{
border-color: #C84CC9;
}
</style>