Shades of Fuchsia #C83AB0
Tints of Fuchsia #C83AB0
RGB
CMYK
RGB Variations
Color information
#C83AB0 (or 0xC83AB0) is known color: Fuchsia. HEX triplet: C8, 3A and B0. RGB value is (200,58,176). Sum of RGB (Red+Green+Blue) = 200+58+176=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C83AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83AB0 is #37C54F. Grayscale: #717171. Windows color (decimal): -3654992 or 11549384. OLE color: 11549384.
HSL color Cylindrical-coordinate representation of color #C83AB0: hue angle of 310.14º 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 #C83AB0 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 58 | 176 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.22 |
| HSL | 310.14º | 0.56% | 0.51% | - |
| HSV(B) | 310.14º | 0.71% | 0.78% | - |
| XYZ | 33.17 | 18.44 | 42.89 | - |
| YUV | 113.91 | 163.04 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 58 | 176 | 0 | 0.71 | 0.12 | 0.22 | 310.14 | 0.56 | 0.51 |
| Hex | C8 | 3A | B0 | 0 | 47 | C | 16 | 136 | 38 | 33 |
| Octal | 310 | 72 | 260 | 0 | 107 | 14 | 26 | 466 | 70 | 63 |
| Binary | 11001000 | 111010 | 10110000 | 0 | 1000111 | 1100 | 10110 | 100110110 | 111000 | 110011 |
Color Harmonies of #C83AB0
Complementary color
Monochromatic Colors of #C83AB0
Black with #C83AB0
Text Example
Text Example
White with #C83AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83AB0; }
p { color: rgb(200,58,176); }
H1.HeaderClassName
{
color: #C83AB0;
}
.AnyTagClassName
{
color: #C83AB0;
}
</style>
background-color css
<style>
a { background-color: #C83AB0; }
a { background-color: rgb(200,58,176); }
div.DivClassName
{
background-color: #C83AB0;
}
.BgClassName
{
background-color: #C83AB0;
}
</style>
border-color css
<style>
span { border-color: #C83AB0; }
span { border-color: rgb(200,58,176); }
td.TdClassName
{
border-color: #C83AB0;
}
.TagClassName
{
border-color: #C83AB0;
}
</style>