Shades of Fuchsia #C83FBC
Tints of Fuchsia #C83FBC
RGB
CMYK
RGB Variations
Color information
#C83FBC (or 0xC83FBC) is known color: Fuchsia. HEX triplet: C8, 3F and BC. RGB value is (200,63,188). Sum of RGB (Red+Green+Blue) = 200+63+188=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C83FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83FBC is #37C043. Grayscale: #757575. Windows color (decimal): -3653700 or 12337096. OLE color: 12337096.
HSL color Cylindrical-coordinate representation of color #C83FBC: hue angle of 305.26º 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 #C83FBC is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 188 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.22 |
| HSL | 305.26º | 0.55% | 0.52% | - |
| HSV(B) | 305.26º | 0.69% | 0.78% | - |
| XYZ | 34.67 | 19.47 | 49.51 | - |
| YUV | 118.21 | 167.39 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 188 | 0 | 0.68 | 0.06 | 0.22 | 305.26 | 0.55 | 0.52 |
| Hex | C8 | 3F | BC | 0 | 44 | 6 | 16 | 131 | 37 | 34 |
| Octal | 310 | 77 | 274 | 0 | 104 | 6 | 26 | 461 | 67 | 64 |
| Binary | 11001000 | 111111 | 10111100 | 0 | 1000100 | 110 | 10110 | 100110001 | 110111 | 110100 |
Color Harmonies of #C83FBC
Complementary color
Monochromatic Colors of #C83FBC
Black with #C83FBC
Text Example
Text Example
White with #C83FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83FBC; }
p { color: rgb(200,63,188); }
H1.HeaderClassName
{
color: #C83FBC;
}
.AnyTagClassName
{
color: #C83FBC;
}
</style>
background-color css
<style>
a { background-color: #C83FBC; }
a { background-color: rgb(200,63,188); }
div.DivClassName
{
background-color: #C83FBC;
}
.BgClassName
{
background-color: #C83FBC;
}
</style>
border-color css
<style>
span { border-color: #C83FBC; }
span { border-color: rgb(200,63,188); }
td.TdClassName
{
border-color: #C83FBC;
}
.TagClassName
{
border-color: #C83FBC;
}
</style>