Shades of Fuchsia #C83ABB
Tints of Fuchsia #C83ABB
RGB
CMYK
RGB Variations
Color information
#C83ABB (or 0xC83ABB) is known color: Fuchsia. HEX triplet: C8, 3A and BB. RGB value is (200,58,187). Sum of RGB (Red+Green+Blue) = 200+58+187=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 58 (23.05% from 255 or 13.03% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C83ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83ABB is #37C544. Grayscale: #727272. Windows color (decimal): -3654981 or 12270280. OLE color: 12270280.
HSL color Cylindrical-coordinate representation of color #C83ABB: hue angle of 305.49º 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 #C83ABB is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 58 | 187 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.22 |
| HSL | 305.49º | 0.56% | 0.51% | - |
| HSV(B) | 305.49º | 0.71% | 0.78% | - |
| XYZ | 34.3 | 18.89 | 48.85 | - |
| YUV | 115.16 | 168.54 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 58 | 187 | 0 | 0.71 | 0.06 | 0.22 | 305.49 | 0.56 | 0.51 |
| Hex | C8 | 3A | BB | 0 | 47 | 6 | 16 | 131 | 38 | 33 |
| Octal | 310 | 72 | 273 | 0 | 107 | 6 | 26 | 461 | 70 | 63 |
| Binary | 11001000 | 111010 | 10111011 | 0 | 1000111 | 110 | 10110 | 100110001 | 111000 | 110011 |
Color Harmonies of #C83ABB
Complementary color
Monochromatic Colors of #C83ABB
Black with #C83ABB
Text Example
Text Example
White with #C83ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83ABB; }
p { color: rgb(200,58,187); }
H1.HeaderClassName
{
color: #C83ABB;
}
.AnyTagClassName
{
color: #C83ABB;
}
</style>
background-color css
<style>
a { background-color: #C83ABB; }
a { background-color: rgb(200,58,187); }
div.DivClassName
{
background-color: #C83ABB;
}
.BgClassName
{
background-color: #C83ABB;
}
</style>
border-color css
<style>
span { border-color: #C83ABB; }
span { border-color: rgb(200,58,187); }
td.TdClassName
{
border-color: #C83ABB;
}
.TagClassName
{
border-color: #C83ABB;
}
</style>