Shades of Fuchsia #C851BD
Tints of Fuchsia #C851BD
RGB
CMYK
RGB Variations
Color information
#C851BD (or 0xC851BD) is known color: Fuchsia. HEX triplet: C8, 51 and BD. RGB value is (200,81,189). Sum of RGB (Red+Green+Blue) = 200+81+189=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C851BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C851BD is #37AE42. Grayscale: #808080. Windows color (decimal): -3649091 or 12407240. OLE color: 12407240.
HSL color Cylindrical-coordinate representation of color #C851BD: hue angle of 305.55º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C851BD is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 189 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.22 |
| HSL | 305.55º | 0.52% | 0.55% | - |
| HSV(B) | 305.55º | 0.6% | 0.78% | - |
| XYZ | 35.95 | 21.84 | 50.46 | - |
| YUV | 128.89 | 161.92 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 189 | 0 | 0.59 | 0.06 | 0.22 | 305.55 | 0.52 | 0.55 |
| Hex | C8 | 51 | BD | 0 | 3B | 6 | 16 | 132 | 34 | 37 |
| Octal | 310 | 121 | 275 | 0 | 73 | 6 | 26 | 462 | 64 | 67 |
| Binary | 11001000 | 1010001 | 10111101 | 0 | 111011 | 110 | 10110 | 100110010 | 110100 | 110111 |
Color Harmonies of #C851BD
Complementary color
Monochromatic Colors of #C851BD
Black with #C851BD
Text Example
Text Example
White with #C851BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C851BD; }
p { color: rgb(200,81,189); }
H1.HeaderClassName
{
color: #C851BD;
}
.AnyTagClassName
{
color: #C851BD;
}
</style>
background-color css
<style>
a { background-color: #C851BD; }
a { background-color: rgb(200,81,189); }
div.DivClassName
{
background-color: #C851BD;
}
.BgClassName
{
background-color: #C851BD;
}
</style>
border-color css
<style>
span { border-color: #C851BD; }
span { border-color: rgb(200,81,189); }
td.TdClassName
{
border-color: #C851BD;
}
.TagClassName
{
border-color: #C851BD;
}
</style>