Shades of Fuchsia #C83DBF
Tints of Fuchsia #C83DBF
RGB
CMYK
RGB Variations
Color information
#C83DBF (or 0xC83DBF) is known color: Fuchsia. HEX triplet: C8, 3D and BF. RGB value is (200,61,191). Sum of RGB (Red+Green+Blue) = 200+61+191=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 61 (24.22% from 255 or 13.50% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C83DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83DBF is #37C240. Grayscale: #757575. Windows color (decimal): -3654209 or 12533192. OLE color: 12533192.
HSL color Cylindrical-coordinate representation of color #C83DBF: hue angle of 303.88º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83DBF is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 191 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.22 |
| HSL | 303.88º | 0.56% | 0.51% | - |
| HSV(B) | 303.88º | 0.7% | 0.78% | - |
| XYZ | 34.89 | 19.38 | 51.19 | - |
| YUV | 117.38 | 169.55 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 191 | 0 | 0.69 | 0.04 | 0.22 | 303.88 | 0.56 | 0.51 |
| Hex | C8 | 3D | BF | 0 | 45 | 4 | 16 | 130 | 38 | 33 |
| Octal | 310 | 75 | 277 | 0 | 105 | 4 | 26 | 460 | 70 | 63 |
| Binary | 11001000 | 111101 | 10111111 | 0 | 1000101 | 100 | 10110 | 100110000 | 111000 | 110011 |
Color Harmonies of #C83DBF
Complementary color
Monochromatic Colors of #C83DBF
Black with #C83DBF
Text Example
Text Example
White with #C83DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83DBF; }
p { color: rgb(200,61,191); }
H1.HeaderClassName
{
color: #C83DBF;
}
.AnyTagClassName
{
color: #C83DBF;
}
</style>
background-color css
<style>
a { background-color: #C83DBF; }
a { background-color: rgb(200,61,191); }
div.DivClassName
{
background-color: #C83DBF;
}
.BgClassName
{
background-color: #C83DBF;
}
</style>
border-color css
<style>
span { border-color: #C83DBF; }
span { border-color: rgb(200,61,191); }
td.TdClassName
{
border-color: #C83DBF;
}
.TagClassName
{
border-color: #C83DBF;
}
</style>