Shades of Fuchsia #C83AAB
Tints of Fuchsia #C83AAB
RGB
CMYK
RGB Variations
Color information
#C83AAB (or 0xC83AAB) is known color: Fuchsia. HEX triplet: C8, 3A and AB. RGB value is (200,58,171). Sum of RGB (Red+Green+Blue) = 200+58+171=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 58 (23.05% from 255 or 13.52% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C83AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83AAB is #37C554. Grayscale: #717171. Windows color (decimal): -3654997 or 11221704. OLE color: 11221704.
HSL color Cylindrical-coordinate representation of color #C83AAB: hue angle of 312.25º 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 #C83AAB is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 58 | 171 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.22 |
| HSL | 312.25º | 0.56% | 0.51% | - |
| HSV(B) | 312.25º | 0.71% | 0.78% | - |
| XYZ | 32.68 | 18.25 | 40.33 | - |
| YUV | 113.34 | 160.54 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 58 | 171 | 0 | 0.71 | 0.14 | 0.22 | 312.25 | 0.56 | 0.51 |
| Hex | C8 | 3A | AB | 0 | 47 | E | 16 | 138 | 38 | 33 |
| Octal | 310 | 72 | 253 | 0 | 107 | 16 | 26 | 470 | 70 | 63 |
| Binary | 11001000 | 111010 | 10101011 | 0 | 1000111 | 1110 | 10110 | 100111000 | 111000 | 110011 |
Color Harmonies of #C83AAB
Complementary color
Monochromatic Colors of #C83AAB
Black with #C83AAB
Text Example
Text Example
White with #C83AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83AAB; }
p { color: rgb(200,58,171); }
H1.HeaderClassName
{
color: #C83AAB;
}
.AnyTagClassName
{
color: #C83AAB;
}
</style>
background-color css
<style>
a { background-color: #C83AAB; }
a { background-color: rgb(200,58,171); }
div.DivClassName
{
background-color: #C83AAB;
}
.BgClassName
{
background-color: #C83AAB;
}
</style>
border-color css
<style>
span { border-color: #C83AAB; }
span { border-color: rgb(200,58,171); }
td.TdClassName
{
border-color: #C83AAB;
}
.TagClassName
{
border-color: #C83AAB;
}
</style>