Shades of Fuchsia #C83DD0
Tints of Fuchsia #C83DD0
RGB
CMYK
RGB Variations
Color information
#C83DD0 (or 0xC83DD0) is known color: Fuchsia. HEX triplet: C8, 3D and D0. RGB value is (200,61,208). Sum of RGB (Red+Green+Blue) = 200+61+208=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 61 (24.22% from 255 or 13.01% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #C83DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83DD0 is #37C22F. Grayscale: #767676. Windows color (decimal): -3654192 or 13647304. OLE color: 13647304.
HSL color Cylindrical-coordinate representation of color #C83DD0: hue angle of 296.73º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C83DD0 is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 61 | 208 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.18 |
| HSL | 296.73º | 0.61% | 0.53% | - |
| HSV(B) | 296.73º | 0.71% | 0.82% | - |
| XYZ | 36.87 | 20.17 | 61.62 | - |
| YUV | 119.32 | 178.05 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 208 | 0.04 | 0.71 | 0 | 0.18 | 296.73 | 0.61 | 0.53 |
| Hex | C8 | 3D | D0 | 4 | 47 | 0 | 12 | 129 | 3D | 35 |
| Octal | 310 | 75 | 320 | 4 | 107 | 0 | 22 | 451 | 75 | 65 |
| Binary | 11001000 | 111101 | 11010000 | 100 | 1000111 | 0 | 10010 | 100101001 | 111101 | 110101 |
Color Harmonies of #C83DD0
Complementary color
Monochromatic Colors of #C83DD0
Black with #C83DD0
Text Example
Text Example
White with #C83DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83DD0; }
p { color: rgb(200,61,208); }
H1.HeaderClassName
{
color: #C83DD0;
}
.AnyTagClassName
{
color: #C83DD0;
}
</style>
background-color css
<style>
a { background-color: #C83DD0; }
a { background-color: rgb(200,61,208); }
div.DivClassName
{
background-color: #C83DD0;
}
.BgClassName
{
background-color: #C83DD0;
}
</style>
border-color css
<style>
span { border-color: #C83DD0; }
span { border-color: rgb(200,61,208); }
td.TdClassName
{
border-color: #C83DD0;
}
.TagClassName
{
border-color: #C83DD0;
}
</style>