Shades of Fuchsia #C83AB1
Tints of Fuchsia #C83AB1
RGB
CMYK
RGB Variations
Color information
#C83AB1 (or 0xC83AB1) is known color: Fuchsia. HEX triplet: C8, 3A and B1. RGB value is (200,58,177). Sum of RGB (Red+Green+Blue) = 200+58+177=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 58 (23.05% from 255 or 13.33% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C83AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83AB1 is #37C54E. Grayscale: #717171. Windows color (decimal): -3654991 or 11614920. OLE color: 11614920.
HSL color Cylindrical-coordinate representation of color #C83AB1: hue angle of 309.72º 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 #C83AB1 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 58 | 177 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.22 |
| HSL | 309.72º | 0.56% | 0.51% | - |
| HSV(B) | 309.72º | 0.71% | 0.78% | - |
| XYZ | 33.27 | 18.48 | 43.41 | - |
| YUV | 114.02 | 163.54 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 58 | 177 | 0 | 0.71 | 0.12 | 0.22 | 309.72 | 0.56 | 0.51 |
| Hex | C8 | 3A | B1 | 0 | 47 | C | 16 | 136 | 38 | 33 |
| Octal | 310 | 72 | 261 | 0 | 107 | 14 | 26 | 466 | 70 | 63 |
| Binary | 11001000 | 111010 | 10110001 | 0 | 1000111 | 1100 | 10110 | 100110110 | 111000 | 110011 |
Color Harmonies of #C83AB1
Complementary color
Monochromatic Colors of #C83AB1
Black with #C83AB1
Text Example
Text Example
White with #C83AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83AB1; }
p { color: rgb(200,58,177); }
H1.HeaderClassName
{
color: #C83AB1;
}
.AnyTagClassName
{
color: #C83AB1;
}
</style>
background-color css
<style>
a { background-color: #C83AB1; }
a { background-color: rgb(200,58,177); }
div.DivClassName
{
background-color: #C83AB1;
}
.BgClassName
{
background-color: #C83AB1;
}
</style>
border-color css
<style>
span { border-color: #C83AB1; }
span { border-color: rgb(200,58,177); }
td.TdClassName
{
border-color: #C83AB1;
}
.TagClassName
{
border-color: #C83AB1;
}
</style>