Shades of Fuchsia #C73FD0
Tints of Fuchsia #C73FD0
RGB
CMYK
RGB Variations
Color information
#C73FD0 (or 0xC73FD0) is known color: Fuchsia. HEX triplet: C7, 3F and D0. RGB value is (199,63,208). Sum of RGB (Red+Green+Blue) = 199+63+208=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 63 (25% from 255 or 13.40% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 208 - color contains mainly: blue. Hex color #C73FD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73FD0 is #38C02F. Grayscale: #777777. Windows color (decimal): -3719216 or 13647815. OLE color: 13647815.
HSL color Cylindrical-coordinate representation of color #C73FD0: hue angle of 296.28º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73FD0 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 63 | 208 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.18 |
| HSL | 296.28º | 0.61% | 0.53% | - |
| HSV(B) | 296.28º | 0.7% | 0.82% | - |
| XYZ | 36.72 | 20.25 | 61.65 | - |
| YUV | 120.19 | 177.56 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 63 | 208 | 0.04 | 0.70 | 0 | 0.18 | 296.28 | 0.61 | 0.53 |
| Hex | C7 | 3F | D0 | 4 | 46 | 0 | 12 | 128 | 3D | 35 |
| Octal | 307 | 77 | 320 | 4 | 106 | 0 | 22 | 450 | 75 | 65 |
| Binary | 11000111 | 111111 | 11010000 | 100 | 1000110 | 0 | 10010 | 100101000 | 111101 | 110101 |
Color Harmonies of #C73FD0
Complementary color
Monochromatic Colors of #C73FD0
Black with #C73FD0
Text Example
Text Example
White with #C73FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73FD0; }
p { color: rgb(199,63,208); }
H1.HeaderClassName
{
color: #C73FD0;
}
.AnyTagClassName
{
color: #C73FD0;
}
</style>
background-color css
<style>
a { background-color: #C73FD0; }
a { background-color: rgb(199,63,208); }
div.DivClassName
{
background-color: #C73FD0;
}
.BgClassName
{
background-color: #C73FD0;
}
</style>
border-color css
<style>
span { border-color: #C73FD0; }
span { border-color: rgb(199,63,208); }
td.TdClassName
{
border-color: #C73FD0;
}
.TagClassName
{
border-color: #C73FD0;
}
</style>