Shades of Fuchsia #C03FC5
Tints of Fuchsia #C03FC5
RGB
CMYK
RGB Variations
Color information
#C03FC5 (or 0xC03FC5) is known color: Fuchsia. HEX triplet: C0, 3F and C5. RGB value is (192,63,197). Sum of RGB (Red+Green+Blue) = 192+63+197=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 63 (25% from 255 or 13.94% from 452); Blue value is 197 (77.34% from 255 or 43.58% from 452); Max value from RGB is 197 - color contains mainly: blue. Hex color #C03FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03FC5 is #3FC03A. Grayscale: #747474. Windows color (decimal): -4177979 or 12926912. OLE color: 12926912.
HSL color Cylindrical-coordinate representation of color #C03FC5: hue angle of 297.76º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03FC5 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 63 | 197 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.23 |
| HSL | 297.76º | 0.54% | 0.51% | - |
| HSV(B) | 297.76º | 0.68% | 0.77% | - |
| XYZ | 33.59 | 18.79 | 54.68 | - |
| YUV | 116.85 | 173.24 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 197 | 0.03 | 0.68 | 0 | 0.23 | 297.76 | 0.54 | 0.51 |
| Hex | C0 | 3F | C5 | 3 | 44 | 0 | 17 | 12A | 36 | 33 |
| Octal | 300 | 77 | 305 | 3 | 104 | 0 | 27 | 452 | 66 | 63 |
| Binary | 11000000 | 111111 | 11000101 | 11 | 1000100 | 0 | 10111 | 100101010 | 110110 | 110011 |
Color Harmonies of #C03FC5
Complementary color
Monochromatic Colors of #C03FC5
Black with #C03FC5
Text Example
Text Example
White with #C03FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03FC5; }
p { color: rgb(192,63,197); }
H1.HeaderClassName
{
color: #C03FC5;
}
.AnyTagClassName
{
color: #C03FC5;
}
</style>
background-color css
<style>
a { background-color: #C03FC5; }
a { background-color: rgb(192,63,197); }
div.DivClassName
{
background-color: #C03FC5;
}
.BgClassName
{
background-color: #C03FC5;
}
</style>
border-color css
<style>
span { border-color: #C03FC5; }
span { border-color: rgb(192,63,197); }
td.TdClassName
{
border-color: #C03FC5;
}
.TagClassName
{
border-color: #C03FC5;
}
</style>