Shades of Fuchsia #C850BC
Tints of Fuchsia #C850BC
RGB
CMYK
RGB Variations
Color information
#C850BC (or 0xC850BC) is known color: Fuchsia. HEX triplet: C8, 50 and BC. RGB value is (200,80,188). Sum of RGB (Red+Green+Blue) = 200+80+188=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C850BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C850BC is #37AF43. Grayscale: #7F7F7F. Windows color (decimal): -3649348 or 12341448. OLE color: 12341448.
HSL color Cylindrical-coordinate representation of color #C850BC: hue angle of 306º 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 #C850BC is Cyan = 0, Magento = 0.6, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 188 | - |
| CMYK | 0 | 0.6 | 0.06 | 0.22 |
| HSL | 306º | 0.52% | 0.55% | - |
| HSV(B) | 306º | 0.6% | 0.78% | - |
| XYZ | 35.77 | 21.65 | 49.87 | - |
| YUV | 128.19 | 161.76 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 188 | 0 | 0.6 | 0.06 | 0.22 | 306 | 0.52 | 0.55 |
| Hex | C8 | 50 | BC | 0 | 3C | 6 | 16 | 132 | 34 | 37 |
| Octal | 310 | 120 | 274 | 0 | 74 | 6 | 26 | 462 | 64 | 67 |
| Binary | 11001000 | 1010000 | 10111100 | 0 | 111100 | 110 | 10110 | 100110010 | 110100 | 110111 |
Color Harmonies of #C850BC
Complementary color
Monochromatic Colors of #C850BC
Black with #C850BC
Text Example
Text Example
White with #C850BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C850BC; }
p { color: rgb(200,80,188); }
H1.HeaderClassName
{
color: #C850BC;
}
.AnyTagClassName
{
color: #C850BC;
}
</style>
background-color css
<style>
a { background-color: #C850BC; }
a { background-color: rgb(200,80,188); }
div.DivClassName
{
background-color: #C850BC;
}
.BgClassName
{
background-color: #C850BC;
}
</style>
border-color css
<style>
span { border-color: #C850BC; }
span { border-color: rgb(200,80,188); }
td.TdClassName
{
border-color: #C850BC;
}
.TagClassName
{
border-color: #C850BC;
}
</style>