Shades of Fuchsia #C83FAD
Tints of Fuchsia #C83FAD
RGB
CMYK
RGB Variations
Color information
#C83FAD (or 0xC83FAD) is known color: Fuchsia. HEX triplet: C8, 3F and AD. RGB value is (200,63,173). Sum of RGB (Red+Green+Blue) = 200+63+173=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 63 (25% from 255 or 14.45% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C83FAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83FAD is #37C052. Grayscale: #747474. Windows color (decimal): -3653715 or 11354056. OLE color: 11354056.
HSL color Cylindrical-coordinate representation of color #C83FAD: hue angle of 311.82º 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 #C83FAD is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 173 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.22 |
| HSL | 311.82º | 0.55% | 0.52% | - |
| HSV(B) | 311.82º | 0.69% | 0.78% | - |
| XYZ | 33.14 | 18.85 | 41.43 | - |
| YUV | 116.5 | 159.89 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 173 | 0 | 0.68 | 0.14 | 0.22 | 311.82 | 0.55 | 0.52 |
| Hex | C8 | 3F | AD | 0 | 44 | E | 16 | 138 | 37 | 34 |
| Octal | 310 | 77 | 255 | 0 | 104 | 16 | 26 | 470 | 67 | 64 |
| Binary | 11001000 | 111111 | 10101101 | 0 | 1000100 | 1110 | 10110 | 100111000 | 110111 | 110100 |
Color Harmonies of #C83FAD
Complementary color
Monochromatic Colors of #C83FAD
Black with #C83FAD
Text Example
Text Example
White with #C83FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83FAD; }
p { color: rgb(200,63,173); }
H1.HeaderClassName
{
color: #C83FAD;
}
.AnyTagClassName
{
color: #C83FAD;
}
</style>
background-color css
<style>
a { background-color: #C83FAD; }
a { background-color: rgb(200,63,173); }
div.DivClassName
{
background-color: #C83FAD;
}
.BgClassName
{
background-color: #C83FAD;
}
</style>
border-color css
<style>
span { border-color: #C83FAD; }
span { border-color: rgb(200,63,173); }
td.TdClassName
{
border-color: #C83FAD;
}
.TagClassName
{
border-color: #C83FAD;
}
</style>