Shades of Fuchsia #C73ED1
Tints of Fuchsia #C73ED1
RGB
CMYK
RGB Variations
Color information
#C73ED1 (or 0xC73ED1) is known color: Fuchsia. HEX triplet: C7, 3E and D1. RGB value is (199,62,209). Sum of RGB (Red+Green+Blue) = 199+62+209=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 62 (24.61% from 255 or 13.19% from 470); Blue value is 209 (82.03% from 255 or 44.47% from 470); Max value from RGB is 209 - color contains mainly: blue. Hex color #C73ED1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73ED1 is #38C12E. Grayscale: #777777. Windows color (decimal): -3719471 or 13713095. OLE color: 13713095.
HSL color Cylindrical-coordinate representation of color #C73ED1: hue angle of 295.92º degrees, saturation: 0.62, 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 #C73ED1 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 62 | 209 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.18 |
| HSL | 295.92º | 0.62% | 0.53% | - |
| HSV(B) | 295.92º | 0.7% | 0.82% | - |
| XYZ | 36.78 | 20.19 | 62.28 | - |
| YUV | 119.72 | 178.39 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 62 | 209 | 0.05 | 0.70 | 0 | 0.18 | 295.92 | 0.62 | 0.53 |
| Hex | C7 | 3E | D1 | 5 | 46 | 0 | 12 | 128 | 3E | 35 |
| Octal | 307 | 76 | 321 | 5 | 106 | 0 | 22 | 450 | 76 | 65 |
| Binary | 11000111 | 111110 | 11010001 | 101 | 1000110 | 0 | 10010 | 100101000 | 111110 | 110101 |
Color Harmonies of #C73ED1
Complementary color
Monochromatic Colors of #C73ED1
Black with #C73ED1
Text Example
Text Example
White with #C73ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73ED1; }
p { color: rgb(199,62,209); }
H1.HeaderClassName
{
color: #C73ED1;
}
.AnyTagClassName
{
color: #C73ED1;
}
</style>
background-color css
<style>
a { background-color: #C73ED1; }
a { background-color: rgb(199,62,209); }
div.DivClassName
{
background-color: #C73ED1;
}
.BgClassName
{
background-color: #C73ED1;
}
</style>
border-color css
<style>
span { border-color: #C73ED1; }
span { border-color: rgb(199,62,209); }
td.TdClassName
{
border-color: #C73ED1;
}
.TagClassName
{
border-color: #C73ED1;
}
</style>