Shades of Fuchsia #C83FC6
Tints of Fuchsia #C83FC6
RGB
CMYK
RGB Variations
Color information
#C83FC6 (or 0xC83FC6) is known color: Fuchsia. HEX triplet: C8, 3F and C6. RGB value is (200,63,198). Sum of RGB (Red+Green+Blue) = 200+63+198=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 63 (25% from 255 or 13.67% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C83FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83FC6 is #37C039. Grayscale: #767676. Windows color (decimal): -3653690 or 12992456. OLE color: 12992456.
HSL color Cylindrical-coordinate representation of color #C83FC6: hue angle of 300.88º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83FC6 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 198 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.22 |
| HSL | 300.88º | 0.55% | 0.52% | - |
| HSV(B) | 300.88º | 0.69% | 0.78% | - |
| XYZ | 35.79 | 19.91 | 55.38 | - |
| YUV | 119.35 | 172.39 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 198 | 0 | 0.68 | 0.01 | 0.22 | 300.88 | 0.55 | 0.52 |
| Hex | C8 | 3F | C6 | 0 | 44 | 1 | 16 | 12D | 37 | 34 |
| Octal | 310 | 77 | 306 | 0 | 104 | 1 | 26 | 455 | 67 | 64 |
| Binary | 11001000 | 111111 | 11000110 | 0 | 1000100 | 1 | 10110 | 100101101 | 110111 | 110100 |
Color Harmonies of #C83FC6
Complementary color
Monochromatic Colors of #C83FC6
Black with #C83FC6
Text Example
Text Example
White with #C83FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83FC6; }
p { color: rgb(200,63,198); }
H1.HeaderClassName
{
color: #C83FC6;
}
.AnyTagClassName
{
color: #C83FC6;
}
</style>
background-color css
<style>
a { background-color: #C83FC6; }
a { background-color: rgb(200,63,198); }
div.DivClassName
{
background-color: #C83FC6;
}
.BgClassName
{
background-color: #C83FC6;
}
</style>
border-color css
<style>
span { border-color: #C83FC6; }
span { border-color: rgb(200,63,198); }
td.TdClassName
{
border-color: #C83FC6;
}
.TagClassName
{
border-color: #C83FC6;
}
</style>