Shades of Fuchsia #C72DCC
Tints of Fuchsia #C72DCC
RGB
CMYK
RGB Variations
Color information
#C72DCC (or 0xC72DCC) is known color: Fuchsia. HEX triplet: C7, 2D and CC. RGB value is (199,45,204). Sum of RGB (Red+Green+Blue) = 199+45+204=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #C72DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72DCC is #38D233. Grayscale: #6C6C6C. Windows color (decimal): -3723828 or 13381063. OLE color: 13381063.
HSL color Cylindrical-coordinate representation of color #C72DCC: hue angle of 298.11º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C72DCC is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 45 | 204 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.2 |
| HSL | 298.11º | 0.64% | 0.49% | - |
| HSV(B) | 298.11º | 0.78% | 0.8% | - |
| XYZ | 35.39 | 18.38 | 58.81 | - |
| YUV | 109.17 | 181.52 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 45 | 204 | 0.02 | 0.78 | 0 | 0.2 | 298.11 | 0.64 | 0.49 |
| Hex | C7 | 2D | CC | 2 | 4E | 0 | 14 | 12A | 40 | 31 |
| Octal | 307 | 55 | 314 | 2 | 116 | 0 | 24 | 452 | 100 | 61 |
| Binary | 11000111 | 101101 | 11001100 | 10 | 1001110 | 0 | 10100 | 100101010 | 1000000 | 110001 |
Color Harmonies of #C72DCC
Complementary color
Monochromatic Colors of #C72DCC
Black with #C72DCC
Text Example
Text Example
White with #C72DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72DCC; }
p { color: rgb(199,45,204); }
H1.HeaderClassName
{
color: #C72DCC;
}
.AnyTagClassName
{
color: #C72DCC;
}
</style>
background-color css
<style>
a { background-color: #C72DCC; }
a { background-color: rgb(199,45,204); }
div.DivClassName
{
background-color: #C72DCC;
}
.BgClassName
{
background-color: #C72DCC;
}
</style>
border-color css
<style>
span { border-color: #C72DCC; }
span { border-color: rgb(199,45,204); }
td.TdClassName
{
border-color: #C72DCC;
}
.TagClassName
{
border-color: #C72DCC;
}
</style>