Shades of Fuchsia #C83AD0
Tints of Fuchsia #C83AD0
RGB
CMYK
RGB Variations
Color information
#C83AD0 (or 0xC83AD0) is known color: Fuchsia. HEX triplet: C8, 3A and D0. RGB value is (200,58,208). Sum of RGB (Red+Green+Blue) = 200+58+208=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 58 (23.05% from 255 or 12.45% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #C83AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83AD0 is #37C52F. Grayscale: #757575. Windows color (decimal): -3654960 or 13646536. OLE color: 13646536.
HSL color Cylindrical-coordinate representation of color #C83AD0: hue angle of 296.8º 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 #C83AD0 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 58 | 208 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.18 |
| HSL | 296.8º | 0.61% | 0.52% | - |
| HSV(B) | 296.8º | 0.72% | 0.82% | - |
| XYZ | 36.72 | 19.86 | 61.57 | - |
| YUV | 117.56 | 179.04 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 58 | 208 | 0.04 | 0.72 | 0 | 0.18 | 296.8 | 0.61 | 0.52 |
| Hex | C8 | 3A | D0 | 4 | 48 | 0 | 12 | 129 | 3D | 34 |
| Octal | 310 | 72 | 320 | 4 | 110 | 0 | 22 | 451 | 75 | 64 |
| Binary | 11001000 | 111010 | 11010000 | 100 | 1001000 | 0 | 10010 | 100101001 | 111101 | 110100 |
Color Harmonies of #C83AD0
Complementary color
Monochromatic Colors of #C83AD0
Black with #C83AD0
Text Example
Text Example
White with #C83AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83AD0; }
p { color: rgb(200,58,208); }
H1.HeaderClassName
{
color: #C83AD0;
}
.AnyTagClassName
{
color: #C83AD0;
}
</style>
background-color css
<style>
a { background-color: #C83AD0; }
a { background-color: rgb(200,58,208); }
div.DivClassName
{
background-color: #C83AD0;
}
.BgClassName
{
background-color: #C83AD0;
}
</style>
border-color css
<style>
span { border-color: #C83AD0; }
span { border-color: rgb(200,58,208); }
td.TdClassName
{
border-color: #C83AD0;
}
.TagClassName
{
border-color: #C83AD0;
}
</style>