Shades of Fuchsia #C72AC0
Tints of Fuchsia #C72AC0
RGB
CMYK
RGB Variations
Color information
#C72AC0 (or 0xC72AC0) is known color: Fuchsia. HEX triplet: C7, 2A and C0. RGB value is (199,42,192). Sum of RGB (Red+Green+Blue) = 199+42+192=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 42 (16.80% from 255 or 9.70% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C72AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72AC0 is #38D53F. Grayscale: #696969. Windows color (decimal): -3724608 or 12593863. OLE color: 12593863.
HSL color Cylindrical-coordinate representation of color #C72AC0: hue angle of 302.68º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72AC0 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 42 | 192 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.22 |
| HSL | 302.68º | 0.65% | 0.47% | - |
| HSV(B) | 302.68º | 0.79% | 0.78% | - |
| XYZ | 33.9 | 17.6 | 51.48 | - |
| YUV | 106.04 | 176.51 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 42 | 192 | 0 | 0.79 | 0.04 | 0.22 | 302.68 | 0.65 | 0.47 |
| Hex | C7 | 2A | C0 | 0 | 4F | 4 | 16 | 12F | 41 | 2F |
| Octal | 307 | 52 | 300 | 0 | 117 | 4 | 26 | 457 | 101 | 57 |
| Binary | 11000111 | 101010 | 11000000 | 0 | 1001111 | 100 | 10110 | 100101111 | 1000001 | 101111 |
Color Harmonies of #C72AC0
Complementary color
Monochromatic Colors of #C72AC0
Black with #C72AC0
Text Example
Text Example
White with #C72AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72AC0; }
p { color: rgb(199,42,192); }
H1.HeaderClassName
{
color: #C72AC0;
}
.AnyTagClassName
{
color: #C72AC0;
}
</style>
background-color css
<style>
a { background-color: #C72AC0; }
a { background-color: rgb(199,42,192); }
div.DivClassName
{
background-color: #C72AC0;
}
.BgClassName
{
background-color: #C72AC0;
}
</style>
border-color css
<style>
span { border-color: #C72AC0; }
span { border-color: rgb(199,42,192); }
td.TdClassName
{
border-color: #C72AC0;
}
.TagClassName
{
border-color: #C72AC0;
}
</style>