Shades of Fuchsia #C72DB9
Tints of Fuchsia #C72DB9
RGB
CMYK
RGB Variations
Color information
#C72DB9 (or 0xC72DB9) is known color: Fuchsia. HEX triplet: C7, 2D and B9. RGB value is (199,45,185). Sum of RGB (Red+Green+Blue) = 199+45+185=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 45 (17.97% from 255 or 10.49% from 429); Blue value is 185 (72.66% from 255 or 43.12% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C72DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72DB9 is #38D246. Grayscale: #6A6A6A. Windows color (decimal): -3723847 or 12135879. OLE color: 12135879.
HSL color Cylindrical-coordinate representation of color #C72DB9: hue angle of 305.45º 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 #C72DB9 is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 45 | 185 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.22 |
| HSL | 305.45º | 0.63% | 0.48% | - |
| HSV(B) | 305.45º | 0.77% | 0.78% | - |
| XYZ | 33.25 | 17.52 | 47.53 | - |
| YUV | 107.01 | 172.02 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 45 | 185 | 0 | 0.77 | 0.07 | 0.22 | 305.45 | 0.63 | 0.48 |
| Hex | C7 | 2D | B9 | 0 | 4D | 7 | 16 | 131 | 3F | 30 |
| Octal | 307 | 55 | 271 | 0 | 115 | 7 | 26 | 461 | 77 | 60 |
| Binary | 11000111 | 101101 | 10111001 | 0 | 1001101 | 111 | 10110 | 100110001 | 111111 | 110000 |
Color Harmonies of #C72DB9
Complementary color
Monochromatic Colors of #C72DB9
Black with #C72DB9
Text Example
Text Example
White with #C72DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72DB9; }
p { color: rgb(199,45,185); }
H1.HeaderClassName
{
color: #C72DB9;
}
.AnyTagClassName
{
color: #C72DB9;
}
</style>
background-color css
<style>
a { background-color: #C72DB9; }
a { background-color: rgb(199,45,185); }
div.DivClassName
{
background-color: #C72DB9;
}
.BgClassName
{
background-color: #C72DB9;
}
</style>
border-color css
<style>
span { border-color: #C72DB9; }
span { border-color: rgb(199,45,185); }
td.TdClassName
{
border-color: #C72DB9;
}
.TagClassName
{
border-color: #C72DB9;
}
</style>