Shades of Fuchsia #C850B0
Tints of Fuchsia #C850B0
RGB
CMYK
RGB Variations
Color information
#C850B0 (or 0xC850B0) is known color: Fuchsia. HEX triplet: C8, 50 and B0. RGB value is (200,80,176). Sum of RGB (Red+Green+Blue) = 200+80+176=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C850B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C850B0 is #37AF4F. Grayscale: #7E7E7E. Windows color (decimal): -3649360 or 11555016. OLE color: 11555016.
HSL color Cylindrical-coordinate representation of color #C850B0: hue angle of 312º 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 #C850B0 is Cyan = 0, Magento = 0.6, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 176 | - |
| CMYK | 0 | 0.6 | 0.12 | 0.22 |
| HSL | 312º | 0.52% | 0.55% | - |
| HSV(B) | 312º | 0.6% | 0.78% | - |
| XYZ | 34.52 | 21.15 | 43.34 | - |
| YUV | 126.82 | 155.76 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 176 | 0 | 0.6 | 0.12 | 0.22 | 312 | 0.52 | 0.55 |
| Hex | C8 | 50 | B0 | 0 | 3C | C | 16 | 138 | 34 | 37 |
| Octal | 310 | 120 | 260 | 0 | 74 | 14 | 26 | 470 | 64 | 67 |
| Binary | 11001000 | 1010000 | 10110000 | 0 | 111100 | 1100 | 10110 | 100111000 | 110100 | 110111 |
Color Harmonies of #C850B0
Complementary color
Monochromatic Colors of #C850B0
Black with #C850B0
Text Example
Text Example
White with #C850B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C850B0; }
p { color: rgb(200,80,176); }
H1.HeaderClassName
{
color: #C850B0;
}
.AnyTagClassName
{
color: #C850B0;
}
</style>
background-color css
<style>
a { background-color: #C850B0; }
a { background-color: rgb(200,80,176); }
div.DivClassName
{
background-color: #C850B0;
}
.BgClassName
{
background-color: #C850B0;
}
</style>
border-color css
<style>
span { border-color: #C850B0; }
span { border-color: rgb(200,80,176); }
td.TdClassName
{
border-color: #C850B0;
}
.TagClassName
{
border-color: #C850B0;
}
</style>