Shades of Fuchsia #C83FD0
Tints of Fuchsia #C83FD0
RGB
CMYK
RGB Variations
Color information
#C83FD0 (or 0xC83FD0) is known color: Fuchsia. HEX triplet: C8, 3F and D0. RGB value is (200,63,208). Sum of RGB (Red+Green+Blue) = 200+63+208=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 63 (25% from 255 or 13.38% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #C83FD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83FD0 is #37C02F. Grayscale: #787878. Windows color (decimal): -3653680 or 13647816. OLE color: 13647816.
HSL color Cylindrical-coordinate representation of color #C83FD0: hue angle of 296.69º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C83FD0 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 63 | 208 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.18 |
| HSL | 296.69º | 0.61% | 0.53% | - |
| HSV(B) | 296.69º | 0.7% | 0.82% | - |
| XYZ | 36.98 | 20.39 | 61.66 | - |
| YUV | 120.49 | 177.39 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 208 | 0.04 | 0.70 | 0 | 0.18 | 296.69 | 0.61 | 0.53 |
| Hex | C8 | 3F | D0 | 4 | 46 | 0 | 12 | 129 | 3D | 35 |
| Octal | 310 | 77 | 320 | 4 | 106 | 0 | 22 | 451 | 75 | 65 |
| Binary | 11001000 | 111111 | 11010000 | 100 | 1000110 | 0 | 10010 | 100101001 | 111101 | 110101 |
Color Harmonies of #C83FD0
Complementary color
Monochromatic Colors of #C83FD0
Black with #C83FD0
Text Example
Text Example
White with #C83FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83FD0; }
p { color: rgb(200,63,208); }
H1.HeaderClassName
{
color: #C83FD0;
}
.AnyTagClassName
{
color: #C83FD0;
}
</style>
background-color css
<style>
a { background-color: #C83FD0; }
a { background-color: rgb(200,63,208); }
div.DivClassName
{
background-color: #C83FD0;
}
.BgClassName
{
background-color: #C83FD0;
}
</style>
border-color css
<style>
span { border-color: #C83FD0; }
span { border-color: rgb(200,63,208); }
td.TdClassName
{
border-color: #C83FD0;
}
.TagClassName
{
border-color: #C83FD0;
}
</style>