Shades of Fuchsia #C03FC7
Tints of Fuchsia #C03FC7
RGB
CMYK
RGB Variations
Color information
#C03FC7 (or 0xC03FC7) is known color: Fuchsia. HEX triplet: C0, 3F and C7. RGB value is (192,63,199). Sum of RGB (Red+Green+Blue) = 192+63+199=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 63 (25% from 255 or 13.88% from 454); Blue value is 199 (78.12% from 255 or 43.83% from 454); Max value from RGB is 199 - color contains mainly: blue. Hex color #C03FC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03FC7 is #3FC038. Grayscale: #747474. Windows color (decimal): -4177977 or 13057984. OLE color: 13057984.
HSL color Cylindrical-coordinate representation of color #C03FC7: hue angle of 296.91º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03FC7 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 63 | 199 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.22 |
| HSL | 296.91º | 0.55% | 0.51% | - |
| HSV(B) | 296.91º | 0.68% | 0.78% | - |
| XYZ | 33.82 | 18.89 | 55.9 | - |
| YUV | 117.08 | 174.24 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 199 | 0.04 | 0.68 | 0 | 0.22 | 296.91 | 0.55 | 0.51 |
| Hex | C0 | 3F | C7 | 4 | 44 | 0 | 16 | 129 | 37 | 33 |
| Octal | 300 | 77 | 307 | 4 | 104 | 0 | 26 | 451 | 67 | 63 |
| Binary | 11000000 | 111111 | 11000111 | 100 | 1000100 | 0 | 10110 | 100101001 | 110111 | 110011 |
Color Harmonies of #C03FC7
Complementary color
Monochromatic Colors of #C03FC7
Black with #C03FC7
Text Example
Text Example
White with #C03FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03FC7; }
p { color: rgb(192,63,199); }
H1.HeaderClassName
{
color: #C03FC7;
}
.AnyTagClassName
{
color: #C03FC7;
}
</style>
background-color css
<style>
a { background-color: #C03FC7; }
a { background-color: rgb(192,63,199); }
div.DivClassName
{
background-color: #C03FC7;
}
.BgClassName
{
background-color: #C03FC7;
}
</style>
border-color css
<style>
span { border-color: #C03FC7; }
span { border-color: rgb(192,63,199); }
td.TdClassName
{
border-color: #C03FC7;
}
.TagClassName
{
border-color: #C03FC7;
}
</style>