Shades of Fuchsia #C83FAA
Tints of Fuchsia #C83FAA
RGB
CMYK
RGB Variations
Color information
#C83FAA (or 0xC83FAA) is known color: Fuchsia. HEX triplet: C8, 3F and AA. RGB value is (200,63,170). Sum of RGB (Red+Green+Blue) = 200+63+170=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C83FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83FAA is #37C055. Grayscale: #737373. Windows color (decimal): -3653718 or 11157448. OLE color: 11157448.
HSL color Cylindrical-coordinate representation of color #C83FAA: hue angle of 313.14º 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 #C83FAA is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 170 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.22 |
| HSL | 313.14º | 0.55% | 0.52% | - |
| HSV(B) | 313.14º | 0.69% | 0.78% | - |
| XYZ | 32.85 | 18.74 | 39.92 | - |
| YUV | 116.16 | 158.39 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 170 | 0 | 0.68 | 0.15 | 0.22 | 313.14 | 0.55 | 0.52 |
| Hex | C8 | 3F | AA | 0 | 44 | F | 16 | 139 | 37 | 34 |
| Octal | 310 | 77 | 252 | 0 | 104 | 17 | 26 | 471 | 67 | 64 |
| Binary | 11001000 | 111111 | 10101010 | 0 | 1000100 | 1111 | 10110 | 100111001 | 110111 | 110100 |
Color Harmonies of #C83FAA
Complementary color
Monochromatic Colors of #C83FAA
Black with #C83FAA
Text Example
Text Example
White with #C83FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83FAA; }
p { color: rgb(200,63,170); }
H1.HeaderClassName
{
color: #C83FAA;
}
.AnyTagClassName
{
color: #C83FAA;
}
</style>
background-color css
<style>
a { background-color: #C83FAA; }
a { background-color: rgb(200,63,170); }
div.DivClassName
{
background-color: #C83FAA;
}
.BgClassName
{
background-color: #C83FAA;
}
</style>
border-color css
<style>
span { border-color: #C83FAA; }
span { border-color: rgb(200,63,170); }
td.TdClassName
{
border-color: #C83FAA;
}
.TagClassName
{
border-color: #C83FAA;
}
</style>