Shades of Fuchsia #C851B7
Tints of Fuchsia #C851B7
RGB
CMYK
RGB Variations
Color information
#C851B7 (or 0xC851B7) is known color: Fuchsia. HEX triplet: C8, 51 and B7. RGB value is (200,81,183). Sum of RGB (Red+Green+Blue) = 200+81+183=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 183 (71.88% from 255 or 39.44% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C851B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C851B7 is #37AE48. Grayscale: #7F7F7F. Windows color (decimal): -3649097 or 12014024. OLE color: 12014024.
HSL color Cylindrical-coordinate representation of color #C851B7: hue angle of 308.57º 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 #C851B7 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 183 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.22 |
| HSL | 308.57º | 0.52% | 0.55% | - |
| HSV(B) | 308.57º | 0.6% | 0.78% | - |
| XYZ | 35.31 | 21.58 | 47.1 | - |
| YUV | 128.21 | 158.92 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 183 | 0 | 0.59 | 0.08 | 0.22 | 308.57 | 0.52 | 0.55 |
| Hex | C8 | 51 | B7 | 0 | 3B | 8 | 16 | 135 | 34 | 37 |
| Octal | 310 | 121 | 267 | 0 | 73 | 10 | 26 | 465 | 64 | 67 |
| Binary | 11001000 | 1010001 | 10110111 | 0 | 111011 | 1000 | 10110 | 100110101 | 110100 | 110111 |
Color Harmonies of #C851B7
Complementary color
Monochromatic Colors of #C851B7
Black with #C851B7
Text Example
Text Example
White with #C851B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C851B7; }
p { color: rgb(200,81,183); }
H1.HeaderClassName
{
color: #C851B7;
}
.AnyTagClassName
{
color: #C851B7;
}
</style>
background-color css
<style>
a { background-color: #C851B7; }
a { background-color: rgb(200,81,183); }
div.DivClassName
{
background-color: #C851B7;
}
.BgClassName
{
background-color: #C851B7;
}
</style>
border-color css
<style>
span { border-color: #C851B7; }
span { border-color: rgb(200,81,183); }
td.TdClassName
{
border-color: #C851B7;
}
.TagClassName
{
border-color: #C851B7;
}
</style>