Shades of Fuchsia #C83FAE
Tints of Fuchsia #C83FAE
RGB
CMYK
RGB Variations
Color information
#C83FAE (or 0xC83FAE) is known color: Fuchsia. HEX triplet: C8, 3F and AE. RGB value is (200,63,174). Sum of RGB (Red+Green+Blue) = 200+63+174=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 63 (25% from 255 or 14.42% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C83FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83FAE is #37C051. Grayscale: #747474. Windows color (decimal): -3653714 or 11419592. OLE color: 11419592.
HSL color Cylindrical-coordinate representation of color #C83FAE: hue angle of 311.39º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83FAE is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 174 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.22 |
| HSL | 311.39º | 0.55% | 0.52% | - |
| HSV(B) | 311.39º | 0.69% | 0.78% | - |
| XYZ | 33.24 | 18.89 | 41.94 | - |
| YUV | 116.62 | 160.39 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 174 | 0 | 0.68 | 0.13 | 0.22 | 311.39 | 0.55 | 0.52 |
| Hex | C8 | 3F | AE | 0 | 44 | D | 16 | 137 | 37 | 34 |
| Octal | 310 | 77 | 256 | 0 | 104 | 15 | 26 | 467 | 67 | 64 |
| Binary | 11001000 | 111111 | 10101110 | 0 | 1000100 | 1101 | 10110 | 100110111 | 110111 | 110100 |
Color Harmonies of #C83FAE
Complementary color
Monochromatic Colors of #C83FAE
Black with #C83FAE
Text Example
Text Example
White with #C83FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83FAE; }
p { color: rgb(200,63,174); }
H1.HeaderClassName
{
color: #C83FAE;
}
.AnyTagClassName
{
color: #C83FAE;
}
</style>
background-color css
<style>
a { background-color: #C83FAE; }
a { background-color: rgb(200,63,174); }
div.DivClassName
{
background-color: #C83FAE;
}
.BgClassName
{
background-color: #C83FAE;
}
</style>
border-color css
<style>
span { border-color: #C83FAE; }
span { border-color: rgb(200,63,174); }
td.TdClassName
{
border-color: #C83FAE;
}
.TagClassName
{
border-color: #C83FAE;
}
</style>