Shades of Fuchsia #C72ECF
Tints of Fuchsia #C72ECF
RGB
CMYK
RGB Variations
Color information
#C72ECF (or 0xC72ECF) is known color: Fuchsia. HEX triplet: C7, 2E and CF. RGB value is (199,46,207). Sum of RGB (Red+Green+Blue) = 199+46+207=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 46 (18.36% from 255 or 10.18% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #C72ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72ECF is #38D130. Grayscale: #6D6D6D. Windows color (decimal): -3723569 or 13577927. OLE color: 13577927.
HSL color Cylindrical-coordinate representation of color #C72ECF: hue angle of 297.02º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C72ECF is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 46 | 207 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.19 |
| HSL | 297.02º | 0.64% | 0.5% | - |
| HSV(B) | 297.02º | 0.78% | 0.81% | - |
| XYZ | 35.79 | 18.6 | 60.74 | - |
| YUV | 110.1 | 182.69 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 46 | 207 | 0.04 | 0.78 | 0 | 0.19 | 297.02 | 0.64 | 0.5 |
| Hex | C7 | 2E | CF | 4 | 4E | 0 | 13 | 129 | 40 | 32 |
| Octal | 307 | 56 | 317 | 4 | 116 | 0 | 23 | 451 | 100 | 62 |
| Binary | 11000111 | 101110 | 11001111 | 100 | 1001110 | 0 | 10011 | 100101001 | 1000000 | 110010 |
Color Harmonies of #C72ECF
Complementary color
Monochromatic Colors of #C72ECF
Black with #C72ECF
Text Example
Text Example
White with #C72ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72ECF; }
p { color: rgb(199,46,207); }
H1.HeaderClassName
{
color: #C72ECF;
}
.AnyTagClassName
{
color: #C72ECF;
}
</style>
background-color css
<style>
a { background-color: #C72ECF; }
a { background-color: rgb(199,46,207); }
div.DivClassName
{
background-color: #C72ECF;
}
.BgClassName
{
background-color: #C72ECF;
}
</style>
border-color css
<style>
span { border-color: #C72ECF; }
span { border-color: rgb(199,46,207); }
td.TdClassName
{
border-color: #C72ECF;
}
.TagClassName
{
border-color: #C72ECF;
}
</style>