Shades of Fuchsia #C850C6
Tints of Fuchsia #C850C6
RGB
CMYK
RGB Variations
Color information
#C850C6 (or 0xC850C6) is known color: Fuchsia. HEX triplet: C8, 50 and C6. RGB value is (200,80,198). Sum of RGB (Red+Green+Blue) = 200+80+198=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C850C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C850C6 is #37AF39. Grayscale: #808080. Windows color (decimal): -3649338 or 12996808. OLE color: 12996808.
HSL color Cylindrical-coordinate representation of color #C850C6: hue angle of 301º 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 #C850C6 is Cyan = 0, Magento = 0.6, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 198 | - |
| CMYK | 0 | 0.6 | 0.01 | 0.22 |
| HSL | 301º | 0.52% | 0.55% | - |
| HSV(B) | 301º | 0.6% | 0.78% | - |
| XYZ | 36.88 | 22.09 | 55.75 | - |
| YUV | 129.33 | 166.76 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 198 | 0 | 0.6 | 0.01 | 0.22 | 301 | 0.52 | 0.55 |
| Hex | C8 | 50 | C6 | 0 | 3C | 1 | 16 | 12D | 34 | 37 |
| Octal | 310 | 120 | 306 | 0 | 74 | 1 | 26 | 455 | 64 | 67 |
| Binary | 11001000 | 1010000 | 11000110 | 0 | 111100 | 1 | 10110 | 100101101 | 110100 | 110111 |
Color Harmonies of #C850C6
Complementary color
Monochromatic Colors of #C850C6
Black with #C850C6
Text Example
Text Example
White with #C850C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C850C6; }
p { color: rgb(200,80,198); }
H1.HeaderClassName
{
color: #C850C6;
}
.AnyTagClassName
{
color: #C850C6;
}
</style>
background-color css
<style>
a { background-color: #C850C6; }
a { background-color: rgb(200,80,198); }
div.DivClassName
{
background-color: #C850C6;
}
.BgClassName
{
background-color: #C850C6;
}
</style>
border-color css
<style>
span { border-color: #C850C6; }
span { border-color: rgb(200,80,198); }
td.TdClassName
{
border-color: #C850C6;
}
.TagClassName
{
border-color: #C850C6;
}
</style>