Shades of Fuchsia #C83DCD
Tints of Fuchsia #C83DCD
RGB
CMYK
RGB Variations
Color information
#C83DCD (or 0xC83DCD) is known color: Fuchsia. HEX triplet: C8, 3D and CD. RGB value is (200,61,205). Sum of RGB (Red+Green+Blue) = 200+61+205=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #C83DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83DCD is #37C232. Grayscale: #767676. Windows color (decimal): -3654195 or 13450696. OLE color: 13450696.
HSL color Cylindrical-coordinate representation of color #C83DCD: hue angle of 297.92º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C83DCD is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 61 | 205 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.20 |
| HSL | 297.92º | 0.59% | 0.52% | - |
| HSV(B) | 297.92º | 0.7% | 0.8% | - |
| XYZ | 36.51 | 20.02 | 59.7 | - |
| YUV | 118.98 | 176.55 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 205 | 0.02 | 0.70 | 0 | 0.20 | 297.92 | 0.59 | 0.52 |
| Hex | C8 | 3D | CD | 2 | 46 | 0 | 14 | 12A | 3B | 34 |
| Octal | 310 | 75 | 315 | 2 | 106 | 0 | 24 | 452 | 73 | 64 |
| Binary | 11001000 | 111101 | 11001101 | 10 | 1000110 | 0 | 10100 | 100101010 | 111011 | 110100 |
Color Harmonies of #C83DCD
Complementary color
Monochromatic Colors of #C83DCD
Black with #C83DCD
Text Example
Text Example
White with #C83DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83DCD; }
p { color: rgb(200,61,205); }
H1.HeaderClassName
{
color: #C83DCD;
}
.AnyTagClassName
{
color: #C83DCD;
}
</style>
background-color css
<style>
a { background-color: #C83DCD; }
a { background-color: rgb(200,61,205); }
div.DivClassName
{
background-color: #C83DCD;
}
.BgClassName
{
background-color: #C83DCD;
}
</style>
border-color css
<style>
span { border-color: #C83DCD; }
span { border-color: rgb(200,61,205); }
td.TdClassName
{
border-color: #C83DCD;
}
.TagClassName
{
border-color: #C83DCD;
}
</style>