Shades of Fuchsia #C72EC8
Tints of Fuchsia #C72EC8
RGB
CMYK
RGB Variations
Color information
#C72EC8 (or 0xC72EC8) is known color: Fuchsia. HEX triplet: C7, 2E and C8. RGB value is (199,46,200). Sum of RGB (Red+Green+Blue) = 199+46+200=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 46 (18.36% from 255 or 10.34% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 200 - color contains mainly: blue. Hex color #C72EC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72EC8 is #38D137. Grayscale: #6C6C6C. Windows color (decimal): -3723576 or 13119175. OLE color: 13119175.
HSL color Cylindrical-coordinate representation of color #C72EC8: hue angle of 299.61º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C72EC8 is Cyan = 0.00, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 46 | 200 | - |
| CMYK | 0.00 | 0.77 | 0 | 0.22 |
| HSL | 299.61º | 0.63% | 0.48% | - |
| HSV(B) | 299.61º | 0.77% | 0.78% | - |
| XYZ | 34.96 | 18.27 | 56.33 | - |
| YUV | 109.3 | 179.19 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 46 | 200 | 0.00 | 0.77 | 0 | 0.22 | 299.61 | 0.63 | 0.48 |
| Hex | C7 | 2E | C8 | 0 | 4D | 0 | 16 | 12C | 3F | 30 |
| Octal | 307 | 56 | 310 | 0 | 115 | 0 | 26 | 454 | 77 | 60 |
| Binary | 11000111 | 101110 | 11001000 | 0 | 1001101 | 0 | 10110 | 100101100 | 111111 | 110000 |
Color Harmonies of #C72EC8
Complementary color
Monochromatic Colors of #C72EC8
Black with #C72EC8
Text Example
Text Example
White with #C72EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72EC8; }
p { color: rgb(199,46,200); }
H1.HeaderClassName
{
color: #C72EC8;
}
.AnyTagClassName
{
color: #C72EC8;
}
</style>
background-color css
<style>
a { background-color: #C72EC8; }
a { background-color: rgb(199,46,200); }
div.DivClassName
{
background-color: #C72EC8;
}
.BgClassName
{
background-color: #C72EC8;
}
</style>
border-color css
<style>
span { border-color: #C72EC8; }
span { border-color: rgb(199,46,200); }
td.TdClassName
{
border-color: #C72EC8;
}
.TagClassName
{
border-color: #C72EC8;
}
</style>