Shades of Fuchsia #C73ACE
Tints of Fuchsia #C73ACE
RGB
CMYK
RGB Variations
Color information
#C73ACE (or 0xC73ACE) is known color: Fuchsia. HEX triplet: C7, 3A and CE. RGB value is (199,58,206). Sum of RGB (Red+Green+Blue) = 199+58+206=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 58 (23.05% from 255 or 12.53% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #C73ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73ACE is #38C531. Grayscale: #747474. Windows color (decimal): -3720498 or 13515463. OLE color: 13515463.
HSL color Cylindrical-coordinate representation of color #C73ACE: hue angle of 297.16º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C73ACE is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 58 | 206 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.19 |
| HSL | 297.16º | 0.6% | 0.52% | - |
| HSV(B) | 297.16º | 0.72% | 0.81% | - |
| XYZ | 36.21 | 19.62 | 60.27 | - |
| YUV | 117.03 | 178.21 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 206 | 0.03 | 0.72 | 0 | 0.19 | 297.16 | 0.6 | 0.52 |
| Hex | C7 | 3A | CE | 3 | 48 | 0 | 13 | 129 | 3C | 34 |
| Octal | 307 | 72 | 316 | 3 | 110 | 0 | 23 | 451 | 74 | 64 |
| Binary | 11000111 | 111010 | 11001110 | 11 | 1001000 | 0 | 10011 | 100101001 | 111100 | 110100 |
Color Harmonies of #C73ACE
Complementary color
Monochromatic Colors of #C73ACE
Black with #C73ACE
Text Example
Text Example
White with #C73ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73ACE; }
p { color: rgb(199,58,206); }
H1.HeaderClassName
{
color: #C73ACE;
}
.AnyTagClassName
{
color: #C73ACE;
}
</style>
background-color css
<style>
a { background-color: #C73ACE; }
a { background-color: rgb(199,58,206); }
div.DivClassName
{
background-color: #C73ACE;
}
.BgClassName
{
background-color: #C73ACE;
}
</style>
border-color css
<style>
span { border-color: #C73ACE; }
span { border-color: rgb(199,58,206); }
td.TdClassName
{
border-color: #C73ACE;
}
.TagClassName
{
border-color: #C73ACE;
}
</style>