Shades of Fuchsia #C83FB0
Tints of Fuchsia #C83FB0
RGB
CMYK
RGB Variations
Color information
#C83FB0 (or 0xC83FB0) is known color: Fuchsia. HEX triplet: C8, 3F and B0. RGB value is (200,63,176). Sum of RGB (Red+Green+Blue) = 200+63+176=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 63 (25% from 255 or 14.35% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C83FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83FB0 is #37C04F. Grayscale: #747474. Windows color (decimal): -3653712 or 11550664. OLE color: 11550664.
HSL color Cylindrical-coordinate representation of color #C83FB0: hue angle of 310.51º 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 #C83FB0 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 176 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.22 |
| HSL | 310.51º | 0.55% | 0.52% | - |
| HSV(B) | 310.51º | 0.69% | 0.78% | - |
| XYZ | 33.43 | 18.97 | 42.97 | - |
| YUV | 116.85 | 161.39 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 176 | 0 | 0.68 | 0.12 | 0.22 | 310.51 | 0.55 | 0.52 |
| Hex | C8 | 3F | B0 | 0 | 44 | C | 16 | 137 | 37 | 34 |
| Octal | 310 | 77 | 260 | 0 | 104 | 14 | 26 | 467 | 67 | 64 |
| Binary | 11001000 | 111111 | 10110000 | 0 | 1000100 | 1100 | 10110 | 100110111 | 110111 | 110100 |
Color Harmonies of #C83FB0
Complementary color
Monochromatic Colors of #C83FB0
Black with #C83FB0
Text Example
Text Example
White with #C83FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83FB0; }
p { color: rgb(200,63,176); }
H1.HeaderClassName
{
color: #C83FB0;
}
.AnyTagClassName
{
color: #C83FB0;
}
</style>
background-color css
<style>
a { background-color: #C83FB0; }
a { background-color: rgb(200,63,176); }
div.DivClassName
{
background-color: #C83FB0;
}
.BgClassName
{
background-color: #C83FB0;
}
</style>
border-color css
<style>
span { border-color: #C83FB0; }
span { border-color: rgb(200,63,176); }
td.TdClassName
{
border-color: #C83FB0;
}
.TagClassName
{
border-color: #C83FB0;
}
</style>