Shades of Fuchsia #C03FB1
Tints of Fuchsia #C03FB1
RGB
CMYK
RGB Variations
Color information
#C03FB1 (or 0xC03FB1) is known color: Fuchsia. HEX triplet: C0, 3F and B1. RGB value is (192,63,177). Sum of RGB (Red+Green+Blue) = 192+63+177=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C03FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03FB1 is #3FC04E. Grayscale: #727272. Windows color (decimal): -4177999 or 11616192. OLE color: 11616192.
HSL color Cylindrical-coordinate representation of color #C03FB1: hue angle of 306.98º 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 #C03FB1 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 177 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.25 |
| HSL | 306.98º | 0.51% | 0.5% | - |
| HSV(B) | 306.98º | 0.67% | 0.75% | - |
| XYZ | 31.45 | 17.94 | 43.4 | - |
| YUV | 114.57 | 163.24 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 177 | 0 | 0.67 | 0.08 | 0.25 | 306.98 | 0.51 | 0.5 |
| Hex | C0 | 3F | B1 | 0 | 43 | 8 | 19 | 133 | 33 | 32 |
| Octal | 300 | 77 | 261 | 0 | 103 | 10 | 31 | 463 | 63 | 62 |
| Binary | 11000000 | 111111 | 10110001 | 0 | 1000011 | 1000 | 11001 | 100110011 | 110011 | 110010 |
Color Harmonies of #C03FB1
Complementary color
Monochromatic Colors of #C03FB1
Black with #C03FB1
Text Example
Text Example
White with #C03FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03FB1; }
p { color: rgb(192,63,177); }
H1.HeaderClassName
{
color: #C03FB1;
}
.AnyTagClassName
{
color: #C03FB1;
}
</style>
background-color css
<style>
a { background-color: #C03FB1; }
a { background-color: rgb(192,63,177); }
div.DivClassName
{
background-color: #C03FB1;
}
.BgClassName
{
background-color: #C03FB1;
}
</style>
border-color css
<style>
span { border-color: #C03FB1; }
span { border-color: rgb(192,63,177); }
td.TdClassName
{
border-color: #C03FB1;
}
.TagClassName
{
border-color: #C03FB1;
}
</style>