Shades of Fuchsia #C03FB0
Tints of Fuchsia #C03FB0
RGB
CMYK
RGB Variations
Color information
#C03FB0 (or 0xC03FB0) is known color: Fuchsia. HEX triplet: C0, 3F and B0. RGB value is (192,63,176). Sum of RGB (Red+Green+Blue) = 192+63+176=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C03FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03FB0 is #3FC04F. Grayscale: #727272. Windows color (decimal): -4178000 or 11550656. OLE color: 11550656.
HSL color Cylindrical-coordinate representation of color #C03FB0: hue angle of 307.44º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C03FB0 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 176 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.25 |
| HSL | 307.44º | 0.51% | 0.5% | - |
| HSV(B) | 307.44º | 0.67% | 0.75% | - |
| XYZ | 31.35 | 17.9 | 42.88 | - |
| YUV | 114.45 | 162.74 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 176 | 0 | 0.67 | 0.08 | 0.25 | 307.44 | 0.51 | 0.5 |
| Hex | C0 | 3F | B0 | 0 | 43 | 8 | 19 | 133 | 33 | 32 |
| Octal | 300 | 77 | 260 | 0 | 103 | 10 | 31 | 463 | 63 | 62 |
| Binary | 11000000 | 111111 | 10110000 | 0 | 1000011 | 1000 | 11001 | 100110011 | 110011 | 110010 |
Color Harmonies of #C03FB0
Complementary color
Monochromatic Colors of #C03FB0
Black with #C03FB0
Text Example
Text Example
White with #C03FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03FB0; }
p { color: rgb(192,63,176); }
H1.HeaderClassName
{
color: #C03FB0;
}
.AnyTagClassName
{
color: #C03FB0;
}
</style>
background-color css
<style>
a { background-color: #C03FB0; }
a { background-color: rgb(192,63,176); }
div.DivClassName
{
background-color: #C03FB0;
}
.BgClassName
{
background-color: #C03FB0;
}
</style>
border-color css
<style>
span { border-color: #C03FB0; }
span { border-color: rgb(192,63,176); }
td.TdClassName
{
border-color: #C03FB0;
}
.TagClassName
{
border-color: #C03FB0;
}
</style>