Shades of Fuchsia #C850BF
Tints of Fuchsia #C850BF
RGB
CMYK
RGB Variations
Color information
#C850BF (or 0xC850BF) is known color: Fuchsia. HEX triplet: C8, 50 and BF. RGB value is (200,80,191). Sum of RGB (Red+Green+Blue) = 200+80+191=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C850BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C850BF is #37AF40. Grayscale: #808080. Windows color (decimal): -3649345 or 12538056. OLE color: 12538056.
HSL color Cylindrical-coordinate representation of color #C850BF: hue angle of 304.5º 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 #C850BF is Cyan = 0, Magento = 0.6, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 191 | - |
| CMYK | 0 | 0.6 | 0.04 | 0.22 |
| HSL | 304.5º | 0.52% | 0.55% | - |
| HSV(B) | 304.5º | 0.6% | 0.78% | - |
| XYZ | 36.09 | 21.78 | 51.59 | - |
| YUV | 128.53 | 163.26 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 191 | 0 | 0.6 | 0.04 | 0.22 | 304.5 | 0.52 | 0.55 |
| Hex | C8 | 50 | BF | 0 | 3C | 4 | 16 | 130 | 34 | 37 |
| Octal | 310 | 120 | 277 | 0 | 74 | 4 | 26 | 460 | 64 | 67 |
| Binary | 11001000 | 1010000 | 10111111 | 0 | 111100 | 100 | 10110 | 100110000 | 110100 | 110111 |
Color Harmonies of #C850BF
Complementary color
Monochromatic Colors of #C850BF
Black with #C850BF
Text Example
Text Example
White with #C850BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C850BF; }
p { color: rgb(200,80,191); }
H1.HeaderClassName
{
color: #C850BF;
}
.AnyTagClassName
{
color: #C850BF;
}
</style>
background-color css
<style>
a { background-color: #C850BF; }
a { background-color: rgb(200,80,191); }
div.DivClassName
{
background-color: #C850BF;
}
.BgClassName
{
background-color: #C850BF;
}
</style>
border-color css
<style>
span { border-color: #C850BF; }
span { border-color: rgb(200,80,191); }
td.TdClassName
{
border-color: #C850BF;
}
.TagClassName
{
border-color: #C850BF;
}
</style>