Shades of Fuchsia #C83BAC
Tints of Fuchsia #C83BAC
RGB
CMYK
RGB Variations
Color information
#C83BAC (or 0xC83BAC) is known color: Fuchsia. HEX triplet: C8, 3B and AC. RGB value is (200,59,172). Sum of RGB (Red+Green+Blue) = 200+59+172=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C83BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83BAC is #37C453. Grayscale: #717171. Windows color (decimal): -3654740 or 11287496. OLE color: 11287496.
HSL color Cylindrical-coordinate representation of color #C83BAC: hue angle of 311.91º 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 #C83BAC is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 59 | 172 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.22 |
| HSL | 311.91º | 0.56% | 0.51% | - |
| HSV(B) | 311.91º | 0.71% | 0.78% | - |
| XYZ | 32.83 | 18.39 | 40.85 | - |
| YUV | 114.04 | 160.71 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 59 | 172 | 0 | 0.70 | 0.14 | 0.22 | 311.91 | 0.56 | 0.51 |
| Hex | C8 | 3B | AC | 0 | 46 | E | 16 | 138 | 38 | 33 |
| Octal | 310 | 73 | 254 | 0 | 106 | 16 | 26 | 470 | 70 | 63 |
| Binary | 11001000 | 111011 | 10101100 | 0 | 1000110 | 1110 | 10110 | 100111000 | 111000 | 110011 |
Color Harmonies of #C83BAC
Complementary color
Monochromatic Colors of #C83BAC
Black with #C83BAC
Text Example
Text Example
White with #C83BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83BAC; }
p { color: rgb(200,59,172); }
H1.HeaderClassName
{
color: #C83BAC;
}
.AnyTagClassName
{
color: #C83BAC;
}
</style>
background-color css
<style>
a { background-color: #C83BAC; }
a { background-color: rgb(200,59,172); }
div.DivClassName
{
background-color: #C83BAC;
}
.BgClassName
{
background-color: #C83BAC;
}
</style>
border-color css
<style>
span { border-color: #C83BAC; }
span { border-color: rgb(200,59,172); }
td.TdClassName
{
border-color: #C83BAC;
}
.TagClassName
{
border-color: #C83BAC;
}
</style>