Shades of Fuchsia #C73FD1
Tints of Fuchsia #C73FD1
RGB
CMYK
RGB Variations
Color information
#C73FD1 (or 0xC73FD1) is known color: Fuchsia. HEX triplet: C7, 3F and D1. RGB value is (199,63,209). Sum of RGB (Red+Green+Blue) = 199+63+209=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 63 (25% from 255 or 13.38% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 209 - color contains mainly: blue. Hex color #C73FD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73FD1 is #38C02E. Grayscale: #777777. Windows color (decimal): -3719215 or 13713351. OLE color: 13713351.
HSL color Cylindrical-coordinate representation of color #C73FD1: hue angle of 295.89º 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 #C73FD1 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 63 | 209 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.18 |
| HSL | 295.89º | 0.61% | 0.53% | - |
| HSV(B) | 295.89º | 0.7% | 0.82% | - |
| XYZ | 36.84 | 20.3 | 62.3 | - |
| YUV | 120.31 | 178.06 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 63 | 209 | 0.05 | 0.70 | 0 | 0.18 | 295.89 | 0.61 | 0.53 |
| Hex | C7 | 3F | D1 | 5 | 46 | 0 | 12 | 128 | 3D | 35 |
| Octal | 307 | 77 | 321 | 5 | 106 | 0 | 22 | 450 | 75 | 65 |
| Binary | 11000111 | 111111 | 11010001 | 101 | 1000110 | 0 | 10010 | 100101000 | 111101 | 110101 |
Color Harmonies of #C73FD1
Complementary color
Monochromatic Colors of #C73FD1
Black with #C73FD1
Text Example
Text Example
White with #C73FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73FD1; }
p { color: rgb(199,63,209); }
H1.HeaderClassName
{
color: #C73FD1;
}
.AnyTagClassName
{
color: #C73FD1;
}
</style>
background-color css
<style>
a { background-color: #C73FD1; }
a { background-color: rgb(199,63,209); }
div.DivClassName
{
background-color: #C73FD1;
}
.BgClassName
{
background-color: #C73FD1;
}
</style>
border-color css
<style>
span { border-color: #C73FD1; }
span { border-color: rgb(199,63,209); }
td.TdClassName
{
border-color: #C73FD1;
}
.TagClassName
{
border-color: #C73FD1;
}
</style>