Shades of Fuchsia #C03BC5
Tints of Fuchsia #C03BC5
RGB
CMYK
RGB Variations
Color information
#C03BC5 (or 0xC03BC5) is known color: Fuchsia. HEX triplet: C0, 3B and C5. RGB value is (192,59,197). Sum of RGB (Red+Green+Blue) = 192+59+197=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 59 (23.44% from 255 or 13.17% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 197 - color contains mainly: blue. Hex color #C03BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03BC5 is #3FC43A. Grayscale: #727272. Windows color (decimal): -4179003 or 12925888. OLE color: 12925888.
HSL color Cylindrical-coordinate representation of color #C03BC5: hue angle of 297.83º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03BC5 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 59 | 197 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.23 |
| HSL | 297.83º | 0.54% | 0.5% | - |
| HSV(B) | 297.83º | 0.7% | 0.77% | - |
| XYZ | 33.38 | 18.37 | 54.61 | - |
| YUV | 114.5 | 174.56 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 197 | 0.03 | 0.70 | 0 | 0.23 | 297.83 | 0.54 | 0.5 |
| Hex | C0 | 3B | C5 | 3 | 46 | 0 | 17 | 12A | 36 | 32 |
| Octal | 300 | 73 | 305 | 3 | 106 | 0 | 27 | 452 | 66 | 62 |
| Binary | 11000000 | 111011 | 11000101 | 11 | 1000110 | 0 | 10111 | 100101010 | 110110 | 110010 |
Color Harmonies of #C03BC5
Complementary color
Monochromatic Colors of #C03BC5
Black with #C03BC5
Text Example
Text Example
White with #C03BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03BC5; }
p { color: rgb(192,59,197); }
H1.HeaderClassName
{
color: #C03BC5;
}
.AnyTagClassName
{
color: #C03BC5;
}
</style>
background-color css
<style>
a { background-color: #C03BC5; }
a { background-color: rgb(192,59,197); }
div.DivClassName
{
background-color: #C03BC5;
}
.BgClassName
{
background-color: #C03BC5;
}
</style>
border-color css
<style>
span { border-color: #C03BC5; }
span { border-color: rgb(192,59,197); }
td.TdClassName
{
border-color: #C03BC5;
}
.TagClassName
{
border-color: #C03BC5;
}
</style>