Shades of Fuchsia #C851B5
Tints of Fuchsia #C851B5
RGB
CMYK
RGB Variations
Color information
#C851B5 (or 0xC851B5) is known color: Fuchsia. HEX triplet: C8, 51 and B5. RGB value is (200,81,181). Sum of RGB (Red+Green+Blue) = 200+81+181=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C851B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C851B5 is #37AE4A. Grayscale: #7F7F7F. Windows color (decimal): -3649099 or 11882952. OLE color: 11882952.
HSL color Cylindrical-coordinate representation of color #C851B5: hue angle of 309.58º 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 #C851B5 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 181 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.22 |
| HSL | 309.58º | 0.52% | 0.55% | - |
| HSV(B) | 309.58º | 0.6% | 0.78% | - |
| XYZ | 35.1 | 21.5 | 46.02 | - |
| YUV | 127.98 | 157.92 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 181 | 0 | 0.59 | 0.09 | 0.22 | 309.58 | 0.52 | 0.55 |
| Hex | C8 | 51 | B5 | 0 | 3B | 9 | 16 | 136 | 34 | 37 |
| Octal | 310 | 121 | 265 | 0 | 73 | 11 | 26 | 466 | 64 | 67 |
| Binary | 11001000 | 1010001 | 10110101 | 0 | 111011 | 1001 | 10110 | 100110110 | 110100 | 110111 |
Color Harmonies of #C851B5
Complementary color
Monochromatic Colors of #C851B5
Black with #C851B5
Text Example
Text Example
White with #C851B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C851B5; }
p { color: rgb(200,81,181); }
H1.HeaderClassName
{
color: #C851B5;
}
.AnyTagClassName
{
color: #C851B5;
}
</style>
background-color css
<style>
a { background-color: #C851B5; }
a { background-color: rgb(200,81,181); }
div.DivClassName
{
background-color: #C851B5;
}
.BgClassName
{
background-color: #C851B5;
}
</style>
border-color css
<style>
span { border-color: #C851B5; }
span { border-color: rgb(200,81,181); }
td.TdClassName
{
border-color: #C851B5;
}
.TagClassName
{
border-color: #C851B5;
}
</style>