Shades of Fuchsia #C83AAD
Tints of Fuchsia #C83AAD
RGB
CMYK
RGB Variations
Color information
#C83AAD (or 0xC83AAD) is known color: Fuchsia. HEX triplet: C8, 3A and AD. RGB value is (200,58,173). Sum of RGB (Red+Green+Blue) = 200+58+173=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C83AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83AAD is #37C552. Grayscale: #717171. Windows color (decimal): -3654995 or 11352776. OLE color: 11352776.
HSL color Cylindrical-coordinate representation of color #C83AAD: hue angle of 311.41º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C83AAD is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 58 | 173 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.22 |
| HSL | 311.41º | 0.56% | 0.51% | - |
| HSV(B) | 311.41º | 0.71% | 0.78% | - |
| XYZ | 32.88 | 18.32 | 41.34 | - |
| YUV | 113.57 | 161.54 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 58 | 173 | 0 | 0.71 | 0.14 | 0.22 | 311.41 | 0.56 | 0.51 |
| Hex | C8 | 3A | AD | 0 | 47 | E | 16 | 137 | 38 | 33 |
| Octal | 310 | 72 | 255 | 0 | 107 | 16 | 26 | 467 | 70 | 63 |
| Binary | 11001000 | 111010 | 10101101 | 0 | 1000111 | 1110 | 10110 | 100110111 | 111000 | 110011 |
Color Harmonies of #C83AAD
Complementary color
Monochromatic Colors of #C83AAD
Black with #C83AAD
Text Example
Text Example
White with #C83AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83AAD; }
p { color: rgb(200,58,173); }
H1.HeaderClassName
{
color: #C83AAD;
}
.AnyTagClassName
{
color: #C83AAD;
}
</style>
background-color css
<style>
a { background-color: #C83AAD; }
a { background-color: rgb(200,58,173); }
div.DivClassName
{
background-color: #C83AAD;
}
.BgClassName
{
background-color: #C83AAD;
}
</style>
border-color css
<style>
span { border-color: #C83AAD; }
span { border-color: rgb(200,58,173); }
td.TdClassName
{
border-color: #C83AAD;
}
.TagClassName
{
border-color: #C83AAD;
}
</style>