Shades of Fuchsia #C83DAD
Tints of Fuchsia #C83DAD
RGB
CMYK
RGB Variations
Color information
#C83DAD (or 0xC83DAD) is known color: Fuchsia. HEX triplet: C8, 3D and AD. RGB value is (200,61,173). Sum of RGB (Red+Green+Blue) = 200+61+173=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C83DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83DAD is #37C252. Grayscale: #737373. Windows color (decimal): -3654227 or 11353544. OLE color: 11353544.
HSL color Cylindrical-coordinate representation of color #C83DAD: hue angle of 311.65º 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 #C83DAD is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 173 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.22 |
| HSL | 311.65º | 0.56% | 0.51% | - |
| HSV(B) | 311.65º | 0.7% | 0.78% | - |
| XYZ | 33.03 | 18.63 | 41.39 | - |
| YUV | 115.33 | 160.55 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 173 | 0 | 0.69 | 0.14 | 0.22 | 311.65 | 0.56 | 0.51 |
| Hex | C8 | 3D | AD | 0 | 45 | E | 16 | 138 | 38 | 33 |
| Octal | 310 | 75 | 255 | 0 | 105 | 16 | 26 | 470 | 70 | 63 |
| Binary | 11001000 | 111101 | 10101101 | 0 | 1000101 | 1110 | 10110 | 100111000 | 111000 | 110011 |
Color Harmonies of #C83DAD
Complementary color
Monochromatic Colors of #C83DAD
Black with #C83DAD
Text Example
Text Example
White with #C83DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83DAD; }
p { color: rgb(200,61,173); }
H1.HeaderClassName
{
color: #C83DAD;
}
.AnyTagClassName
{
color: #C83DAD;
}
</style>
background-color css
<style>
a { background-color: #C83DAD; }
a { background-color: rgb(200,61,173); }
div.DivClassName
{
background-color: #C83DAD;
}
.BgClassName
{
background-color: #C83DAD;
}
</style>
border-color css
<style>
span { border-color: #C83DAD; }
span { border-color: rgb(200,61,173); }
td.TdClassName
{
border-color: #C83DAD;
}
.TagClassName
{
border-color: #C83DAD;
}
</style>