Shades of Fuchsia #C83BD0
Tints of Fuchsia #C83BD0
RGB
CMYK
RGB Variations
Color information
#C83BD0 (or 0xC83BD0) is known color: Fuchsia. HEX triplet: C8, 3B and D0. RGB value is (200,59,208). Sum of RGB (Red+Green+Blue) = 200+59+208=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #C83BD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83BD0 is #37C42F. Grayscale: #757575. Windows color (decimal): -3654704 or 13646792. OLE color: 13646792.
HSL color Cylindrical-coordinate representation of color #C83BD0: hue angle of 296.78º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C83BD0 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 59 | 208 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.18 |
| HSL | 296.78º | 0.61% | 0.52% | - |
| HSV(B) | 296.78º | 0.72% | 0.82% | - |
| XYZ | 36.77 | 19.96 | 61.59 | - |
| YUV | 118.15 | 178.71 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 59 | 208 | 0.04 | 0.72 | 0 | 0.18 | 296.78 | 0.61 | 0.52 |
| Hex | C8 | 3B | D0 | 4 | 48 | 0 | 12 | 129 | 3D | 34 |
| Octal | 310 | 73 | 320 | 4 | 110 | 0 | 22 | 451 | 75 | 64 |
| Binary | 11001000 | 111011 | 11010000 | 100 | 1001000 | 0 | 10010 | 100101001 | 111101 | 110100 |
Color Harmonies of #C83BD0
Complementary color
Monochromatic Colors of #C83BD0
Black with #C83BD0
Text Example
Text Example
White with #C83BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83BD0; }
p { color: rgb(200,59,208); }
H1.HeaderClassName
{
color: #C83BD0;
}
.AnyTagClassName
{
color: #C83BD0;
}
</style>
background-color css
<style>
a { background-color: #C83BD0; }
a { background-color: rgb(200,59,208); }
div.DivClassName
{
background-color: #C83BD0;
}
.BgClassName
{
background-color: #C83BD0;
}
</style>
border-color css
<style>
span { border-color: #C83BD0; }
span { border-color: rgb(200,59,208); }
td.TdClassName
{
border-color: #C83BD0;
}
.TagClassName
{
border-color: #C83BD0;
}
</style>