Shades of Fuchsia #C73ECF
Tints of Fuchsia #C73ECF
RGB
CMYK
RGB Variations
Color information
#C73ECF (or 0xC73ECF) is known color: Fuchsia. HEX triplet: C7, 3E and CF. RGB value is (199,62,207). Sum of RGB (Red+Green+Blue) = 199+62+207=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #C73ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73ECF is #38C130. Grayscale: #777777. Windows color (decimal): -3719473 or 13582023. OLE color: 13582023.
HSL color Cylindrical-coordinate representation of color #C73ECF: hue angle of 296.69º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73ECF is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 62 | 207 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.19 |
| HSL | 296.69º | 0.6% | 0.53% | - |
| HSV(B) | 296.69º | 0.7% | 0.81% | - |
| XYZ | 36.54 | 20.09 | 60.98 | - |
| YUV | 119.49 | 177.39 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 62 | 207 | 0.04 | 0.70 | 0 | 0.19 | 296.69 | 0.6 | 0.53 |
| Hex | C7 | 3E | CF | 4 | 46 | 0 | 13 | 129 | 3C | 35 |
| Octal | 307 | 76 | 317 | 4 | 106 | 0 | 23 | 451 | 74 | 65 |
| Binary | 11000111 | 111110 | 11001111 | 100 | 1000110 | 0 | 10011 | 100101001 | 111100 | 110101 |
Color Harmonies of #C73ECF
Complementary color
Monochromatic Colors of #C73ECF
Black with #C73ECF
Text Example
Text Example
White with #C73ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73ECF; }
p { color: rgb(199,62,207); }
H1.HeaderClassName
{
color: #C73ECF;
}
.AnyTagClassName
{
color: #C73ECF;
}
</style>
background-color css
<style>
a { background-color: #C73ECF; }
a { background-color: rgb(199,62,207); }
div.DivClassName
{
background-color: #C73ECF;
}
.BgClassName
{
background-color: #C73ECF;
}
</style>
border-color css
<style>
span { border-color: #C73ECF; }
span { border-color: rgb(199,62,207); }
td.TdClassName
{
border-color: #C73ECF;
}
.TagClassName
{
border-color: #C73ECF;
}
</style>