Shades of Fuchsia #C72DCF
Tints of Fuchsia #C72DCF
RGB
CMYK
RGB Variations
Color information
#C72DCF (or 0xC72DCF) is known color: Fuchsia. HEX triplet: C7, 2D and CF. RGB value is (199,45,207). Sum of RGB (Red+Green+Blue) = 199+45+207=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 45 (17.97% from 255 or 9.98% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #C72DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72DCF is #38D230. Grayscale: #6D6D6D. Windows color (decimal): -3723825 or 13577671. OLE color: 13577671.
HSL color Cylindrical-coordinate representation of color #C72DCF: hue angle of 297.04º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C72DCF is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 45 | 207 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.19 |
| HSL | 297.04º | 0.64% | 0.49% | - |
| HSV(B) | 297.04º | 0.78% | 0.81% | - |
| XYZ | 35.75 | 18.52 | 60.72 | - |
| YUV | 109.51 | 183.02 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 45 | 207 | 0.04 | 0.78 | 0 | 0.19 | 297.04 | 0.64 | 0.49 |
| Hex | C7 | 2D | CF | 4 | 4E | 0 | 13 | 129 | 40 | 31 |
| Octal | 307 | 55 | 317 | 4 | 116 | 0 | 23 | 451 | 100 | 61 |
| Binary | 11000111 | 101101 | 11001111 | 100 | 1001110 | 0 | 10011 | 100101001 | 1000000 | 110001 |
Color Harmonies of #C72DCF
Complementary color
Monochromatic Colors of #C72DCF
Black with #C72DCF
Text Example
Text Example
White with #C72DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72DCF; }
p { color: rgb(199,45,207); }
H1.HeaderClassName
{
color: #C72DCF;
}
.AnyTagClassName
{
color: #C72DCF;
}
</style>
background-color css
<style>
a { background-color: #C72DCF; }
a { background-color: rgb(199,45,207); }
div.DivClassName
{
background-color: #C72DCF;
}
.BgClassName
{
background-color: #C72DCF;
}
</style>
border-color css
<style>
span { border-color: #C72DCF; }
span { border-color: rgb(199,45,207); }
td.TdClassName
{
border-color: #C72DCF;
}
.TagClassName
{
border-color: #C72DCF;
}
</style>