Shades of Fuchsia #C72FB0
Tints of Fuchsia #C72FB0
RGB
CMYK
RGB Variations
Color information
#C72FB0 (or 0xC72FB0) is known color: Fuchsia. HEX triplet: C7, 2F and B0. RGB value is (199,47,176). Sum of RGB (Red+Green+Blue) = 199+47+176=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 47 (18.75% from 255 or 11.14% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C72FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72FB0 is #38D04F. Grayscale: #6A6A6A. Windows color (decimal): -3723344 or 11546567. OLE color: 11546567.
HSL color Cylindrical-coordinate representation of color #C72FB0: hue angle of 309.08º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C72FB0 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 47 | 176 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.22 |
| HSL | 309.08º | 0.62% | 0.48% | - |
| HSV(B) | 309.08º | 0.76% | 0.78% | - |
| XYZ | 32.41 | 17.31 | 42.71 | - |
| YUV | 107.15 | 166.86 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 47 | 176 | 0 | 0.76 | 0.12 | 0.22 | 309.08 | 0.62 | 0.48 |
| Hex | C7 | 2F | B0 | 0 | 4C | C | 16 | 135 | 3E | 30 |
| Octal | 307 | 57 | 260 | 0 | 114 | 14 | 26 | 465 | 76 | 60 |
| Binary | 11000111 | 101111 | 10110000 | 0 | 1001100 | 1100 | 10110 | 100110101 | 111110 | 110000 |
Color Harmonies of #C72FB0
Complementary color
Monochromatic Colors of #C72FB0
Black with #C72FB0
Text Example
Text Example
White with #C72FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72FB0; }
p { color: rgb(199,47,176); }
H1.HeaderClassName
{
color: #C72FB0;
}
.AnyTagClassName
{
color: #C72FB0;
}
</style>
background-color css
<style>
a { background-color: #C72FB0; }
a { background-color: rgb(199,47,176); }
div.DivClassName
{
background-color: #C72FB0;
}
.BgClassName
{
background-color: #C72FB0;
}
</style>
border-color css
<style>
span { border-color: #C72FB0; }
span { border-color: rgb(199,47,176); }
td.TdClassName
{
border-color: #C72FB0;
}
.TagClassName
{
border-color: #C72FB0;
}
</style>