Shades of Fuchsia #C83FAF
Tints of Fuchsia #C83FAF
RGB
CMYK
RGB Variations
Color information
#C83FAF (or 0xC83FAF) is known color: Fuchsia. HEX triplet: C8, 3F and AF. RGB value is (200,63,175). Sum of RGB (Red+Green+Blue) = 200+63+175=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 63 (25% from 255 or 14.38% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C83FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83FAF is #37C050. Grayscale: #747474. Windows color (decimal): -3653713 or 11485128. OLE color: 11485128.
HSL color Cylindrical-coordinate representation of color #C83FAF: hue angle of 310.95º 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 #C83FAF is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 175 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.22 |
| HSL | 310.95º | 0.55% | 0.52% | - |
| HSV(B) | 310.95º | 0.69% | 0.78% | - |
| XYZ | 33.33 | 18.93 | 42.45 | - |
| YUV | 116.73 | 160.89 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 175 | 0 | 0.68 | 0.12 | 0.22 | 310.95 | 0.55 | 0.52 |
| Hex | C8 | 3F | AF | 0 | 44 | C | 16 | 137 | 37 | 34 |
| Octal | 310 | 77 | 257 | 0 | 104 | 14 | 26 | 467 | 67 | 64 |
| Binary | 11001000 | 111111 | 10101111 | 0 | 1000100 | 1100 | 10110 | 100110111 | 110111 | 110100 |
Color Harmonies of #C83FAF
Complementary color
Monochromatic Colors of #C83FAF
Black with #C83FAF
Text Example
Text Example
White with #C83FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83FAF; }
p { color: rgb(200,63,175); }
H1.HeaderClassName
{
color: #C83FAF;
}
.AnyTagClassName
{
color: #C83FAF;
}
</style>
background-color css
<style>
a { background-color: #C83FAF; }
a { background-color: rgb(200,63,175); }
div.DivClassName
{
background-color: #C83FAF;
}
.BgClassName
{
background-color: #C83FAF;
}
</style>
border-color css
<style>
span { border-color: #C83FAF; }
span { border-color: rgb(200,63,175); }
td.TdClassName
{
border-color: #C83FAF;
}
.TagClassName
{
border-color: #C83FAF;
}
</style>