Shades of Fuchsia #C850B2
Tints of Fuchsia #C850B2
RGB
CMYK
RGB Variations
Color information
#C850B2 (or 0xC850B2) is known color: Fuchsia. HEX triplet: C8, 50 and B2. RGB value is (200,80,178). Sum of RGB (Red+Green+Blue) = 200+80+178=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C850B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C850B2 is #37AF4D. Grayscale: #7E7E7E. Windows color (decimal): -3649358 or 11686088. OLE color: 11686088.
HSL color Cylindrical-coordinate representation of color #C850B2: hue angle of 311º 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 #C850B2 is Cyan = 0, Magento = 0.6, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 178 | - |
| CMYK | 0 | 0.6 | 0.11 | 0.22 |
| HSL | 311º | 0.52% | 0.55% | - |
| HSV(B) | 311º | 0.6% | 0.78% | - |
| XYZ | 34.72 | 21.23 | 44.39 | - |
| YUV | 127.05 | 156.76 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 178 | 0 | 0.6 | 0.11 | 0.22 | 311 | 0.52 | 0.55 |
| Hex | C8 | 50 | B2 | 0 | 3C | B | 16 | 137 | 34 | 37 |
| Octal | 310 | 120 | 262 | 0 | 74 | 13 | 26 | 467 | 64 | 67 |
| Binary | 11001000 | 1010000 | 10110010 | 0 | 111100 | 1011 | 10110 | 100110111 | 110100 | 110111 |
Color Harmonies of #C850B2
Complementary color
Monochromatic Colors of #C850B2
Black with #C850B2
Text Example
Text Example
White with #C850B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C850B2; }
p { color: rgb(200,80,178); }
H1.HeaderClassName
{
color: #C850B2;
}
.AnyTagClassName
{
color: #C850B2;
}
</style>
background-color css
<style>
a { background-color: #C850B2; }
a { background-color: rgb(200,80,178); }
div.DivClassName
{
background-color: #C850B2;
}
.BgClassName
{
background-color: #C850B2;
}
</style>
border-color css
<style>
span { border-color: #C850B2; }
span { border-color: rgb(200,80,178); }
td.TdClassName
{
border-color: #C850B2;
}
.TagClassName
{
border-color: #C850B2;
}
</style>