Shades of Fuchsia #C72DB0
Tints of Fuchsia #C72DB0
RGB
CMYK
RGB Variations
Color information
#C72DB0 (or 0xC72DB0) is known color: Fuchsia. HEX triplet: C7, 2D and B0. RGB value is (199,45,176). Sum of RGB (Red+Green+Blue) = 199+45+176=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C72DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72DB0 is #38D24F. Grayscale: #696969. Windows color (decimal): -3723856 or 11546055. OLE color: 11546055.
HSL color Cylindrical-coordinate representation of color #C72DB0: hue angle of 308.96º 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 #C72DB0 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 45 | 176 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.22 |
| HSL | 308.96º | 0.63% | 0.48% | - |
| HSV(B) | 308.96º | 0.77% | 0.78% | - |
| XYZ | 32.33 | 17.15 | 42.68 | - |
| YUV | 105.98 | 167.52 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 45 | 176 | 0 | 0.77 | 0.12 | 0.22 | 308.96 | 0.63 | 0.48 |
| Hex | C7 | 2D | B0 | 0 | 4D | C | 16 | 135 | 3F | 30 |
| Octal | 307 | 55 | 260 | 0 | 115 | 14 | 26 | 465 | 77 | 60 |
| Binary | 11000111 | 101101 | 10110000 | 0 | 1001101 | 1100 | 10110 | 100110101 | 111111 | 110000 |
Color Harmonies of #C72DB0
Complementary color
Monochromatic Colors of #C72DB0
Black with #C72DB0
Text Example
Text Example
White with #C72DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72DB0; }
p { color: rgb(199,45,176); }
H1.HeaderClassName
{
color: #C72DB0;
}
.AnyTagClassName
{
color: #C72DB0;
}
</style>
background-color css
<style>
a { background-color: #C72DB0; }
a { background-color: rgb(199,45,176); }
div.DivClassName
{
background-color: #C72DB0;
}
.BgClassName
{
background-color: #C72DB0;
}
</style>
border-color css
<style>
span { border-color: #C72DB0; }
span { border-color: rgb(199,45,176); }
td.TdClassName
{
border-color: #C72DB0;
}
.TagClassName
{
border-color: #C72DB0;
}
</style>