Shades of Fuchsia #C73CCF
Tints of Fuchsia #C73CCF
RGB
CMYK
RGB Variations
Color information
#C73CCF (or 0xC73CCF) is known color: Fuchsia. HEX triplet: C7, 3C and CF. RGB value is (199,60,207). Sum of RGB (Red+Green+Blue) = 199+60+207=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #C73CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73CCF is #38C330. Grayscale: #757575. Windows color (decimal): -3719985 or 13581511. OLE color: 13581511.
HSL color Cylindrical-coordinate representation of color #C73CCF: hue angle of 296.73º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73CCF is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 60 | 207 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.19 |
| HSL | 296.73º | 0.6% | 0.52% | - |
| HSV(B) | 296.73º | 0.71% | 0.81% | - |
| XYZ | 36.43 | 19.88 | 60.95 | - |
| YUV | 118.32 | 178.05 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 60 | 207 | 0.04 | 0.71 | 0 | 0.19 | 296.73 | 0.6 | 0.52 |
| Hex | C7 | 3C | CF | 4 | 47 | 0 | 13 | 129 | 3C | 34 |
| Octal | 307 | 74 | 317 | 4 | 107 | 0 | 23 | 451 | 74 | 64 |
| Binary | 11000111 | 111100 | 11001111 | 100 | 1000111 | 0 | 10011 | 100101001 | 111100 | 110100 |
Color Harmonies of #C73CCF
Complementary color
Monochromatic Colors of #C73CCF
Black with #C73CCF
Text Example
Text Example
White with #C73CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73CCF; }
p { color: rgb(199,60,207); }
H1.HeaderClassName
{
color: #C73CCF;
}
.AnyTagClassName
{
color: #C73CCF;
}
</style>
background-color css
<style>
a { background-color: #C73CCF; }
a { background-color: rgb(199,60,207); }
div.DivClassName
{
background-color: #C73CCF;
}
.BgClassName
{
background-color: #C73CCF;
}
</style>
border-color css
<style>
span { border-color: #C73CCF; }
span { border-color: rgb(199,60,207); }
td.TdClassName
{
border-color: #C73CCF;
}
.TagClassName
{
border-color: #C73CCF;
}
</style>