Shades of Fuchsia #C83AB8
Tints of Fuchsia #C83AB8
RGB
CMYK
RGB Variations
Color information
#C83AB8 (or 0xC83AB8) is known color: Fuchsia. HEX triplet: C8, 3A and B8. RGB value is (200,58,184). Sum of RGB (Red+Green+Blue) = 200+58+184=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 58 (23.05% from 255 or 13.12% from 442); Blue value is 184 (72.27% from 255 or 41.63% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C83AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83AB8 is #37C547. Grayscale: #727272. Windows color (decimal): -3654984 or 12073672. OLE color: 12073672.
HSL color Cylindrical-coordinate representation of color #C83AB8: hue angle of 306.76º 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 #C83AB8 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 58 | 184 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.22 |
| HSL | 306.76º | 0.56% | 0.51% | - |
| HSV(B) | 306.76º | 0.71% | 0.78% | - |
| XYZ | 33.98 | 18.77 | 47.18 | - |
| YUV | 114.82 | 167.04 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 58 | 184 | 0 | 0.71 | 0.08 | 0.22 | 306.76 | 0.56 | 0.51 |
| Hex | C8 | 3A | B8 | 0 | 47 | 8 | 16 | 133 | 38 | 33 |
| Octal | 310 | 72 | 270 | 0 | 107 | 10 | 26 | 463 | 70 | 63 |
| Binary | 11001000 | 111010 | 10111000 | 0 | 1000111 | 1000 | 10110 | 100110011 | 111000 | 110011 |
Color Harmonies of #C83AB8
Complementary color
Monochromatic Colors of #C83AB8
Black with #C83AB8
Text Example
Text Example
White with #C83AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83AB8; }
p { color: rgb(200,58,184); }
H1.HeaderClassName
{
color: #C83AB8;
}
.AnyTagClassName
{
color: #C83AB8;
}
</style>
background-color css
<style>
a { background-color: #C83AB8; }
a { background-color: rgb(200,58,184); }
div.DivClassName
{
background-color: #C83AB8;
}
.BgClassName
{
background-color: #C83AB8;
}
</style>
border-color css
<style>
span { border-color: #C83AB8; }
span { border-color: rgb(200,58,184); }
td.TdClassName
{
border-color: #C83AB8;
}
.TagClassName
{
border-color: #C83AB8;
}
</style>