Shades of Fuchsia #C854B7
Tints of Fuchsia #C854B7
RGB
CMYK
RGB Variations
Color information
#C854B7 (or 0xC854B7) is known color: Fuchsia. HEX triplet: C8, 54 and B7. RGB value is (200,84,183). Sum of RGB (Red+Green+Blue) = 200+84+183=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 183 (71.88% from 255 or 39.19% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C854B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C854B7 is #37AB48. Grayscale: #818181. Windows color (decimal): -3648329 or 12014792. OLE color: 12014792.
HSL color Cylindrical-coordinate representation of color #C854B7: hue angle of 308.79º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C854B7 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 84 | 183 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.22 |
| HSL | 308.79º | 0.51% | 0.56% | - |
| HSV(B) | 308.79º | 0.58% | 0.78% | - |
| XYZ | 35.54 | 22.04 | 47.18 | - |
| YUV | 129.97 | 157.93 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 84 | 183 | 0 | 0.58 | 0.08 | 0.22 | 308.79 | 0.51 | 0.56 |
| Hex | C8 | 54 | B7 | 0 | 3A | 8 | 16 | 135 | 33 | 38 |
| Octal | 310 | 124 | 267 | 0 | 72 | 10 | 26 | 465 | 63 | 70 |
| Binary | 11001000 | 1010100 | 10110111 | 0 | 111010 | 1000 | 10110 | 100110101 | 110011 | 111000 |
Color Harmonies of #C854B7
Complementary color
Monochromatic Colors of #C854B7
Black with #C854B7
Text Example
Text Example
White with #C854B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C854B7; }
p { color: rgb(200,84,183); }
H1.HeaderClassName
{
color: #C854B7;
}
.AnyTagClassName
{
color: #C854B7;
}
</style>
background-color css
<style>
a { background-color: #C854B7; }
a { background-color: rgb(200,84,183); }
div.DivClassName
{
background-color: #C854B7;
}
.BgClassName
{
background-color: #C854B7;
}
</style>
border-color css
<style>
span { border-color: #C854B7; }
span { border-color: rgb(200,84,183); }
td.TdClassName
{
border-color: #C854B7;
}
.TagClassName
{
border-color: #C854B7;
}
</style>