Shades of Fuchsia #C83DBC
Tints of Fuchsia #C83DBC
RGB
CMYK
RGB Variations
Color information
#C83DBC (or 0xC83DBC) is known color: Fuchsia. HEX triplet: C8, 3D and BC. RGB value is (200,61,188). Sum of RGB (Red+Green+Blue) = 200+61+188=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 61 (24.22% from 255 or 13.59% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C83DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83DBC is #37C243. Grayscale: #747474. Windows color (decimal): -3654212 or 12336584. OLE color: 12336584.
HSL color Cylindrical-coordinate representation of color #C83DBC: hue angle of 305.18º 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 #C83DBC is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 188 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.22 |
| HSL | 305.18º | 0.56% | 0.51% | - |
| HSV(B) | 305.18º | 0.7% | 0.78% | - |
| XYZ | 34.57 | 19.25 | 49.47 | - |
| YUV | 117.04 | 168.05 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 188 | 0 | 0.69 | 0.06 | 0.22 | 305.18 | 0.56 | 0.51 |
| Hex | C8 | 3D | BC | 0 | 45 | 6 | 16 | 131 | 38 | 33 |
| Octal | 310 | 75 | 274 | 0 | 105 | 6 | 26 | 461 | 70 | 63 |
| Binary | 11001000 | 111101 | 10111100 | 0 | 1000101 | 110 | 10110 | 100110001 | 111000 | 110011 |
Color Harmonies of #C83DBC
Complementary color
Monochromatic Colors of #C83DBC
Black with #C83DBC
Text Example
Text Example
White with #C83DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83DBC; }
p { color: rgb(200,61,188); }
H1.HeaderClassName
{
color: #C83DBC;
}
.AnyTagClassName
{
color: #C83DBC;
}
</style>
background-color css
<style>
a { background-color: #C83DBC; }
a { background-color: rgb(200,61,188); }
div.DivClassName
{
background-color: #C83DBC;
}
.BgClassName
{
background-color: #C83DBC;
}
</style>
border-color css
<style>
span { border-color: #C83DBC; }
span { border-color: rgb(200,61,188); }
td.TdClassName
{
border-color: #C83DBC;
}
.TagClassName
{
border-color: #C83DBC;
}
</style>