Shades of Fuchsia #C03FAB
Tints of Fuchsia #C03FAB
RGB
CMYK
RGB Variations
Color information
#C03FAB (or 0xC03FAB) is known color: Fuchsia. HEX triplet: C0, 3F and AB. RGB value is (192,63,171). Sum of RGB (Red+Green+Blue) = 192+63+171=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C03FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03FAB is #3FC054. Grayscale: #717171. Windows color (decimal): -4178005 or 11222976. OLE color: 11222976.
HSL color Cylindrical-coordinate representation of color #C03FAB: hue angle of 309.77º 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 #C03FAB is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 171 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.25 |
| HSL | 309.77º | 0.51% | 0.5% | - |
| HSV(B) | 309.77º | 0.67% | 0.75% | - |
| XYZ | 30.87 | 17.7 | 40.32 | - |
| YUV | 113.88 | 160.24 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 171 | 0 | 0.67 | 0.11 | 0.25 | 309.77 | 0.51 | 0.5 |
| Hex | C0 | 3F | AB | 0 | 43 | B | 19 | 136 | 33 | 32 |
| Octal | 300 | 77 | 253 | 0 | 103 | 13 | 31 | 466 | 63 | 62 |
| Binary | 11000000 | 111111 | 10101011 | 0 | 1000011 | 1011 | 11001 | 100110110 | 110011 | 110010 |
Color Harmonies of #C03FAB
Complementary color
Monochromatic Colors of #C03FAB
Black with #C03FAB
Text Example
Text Example
White with #C03FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03FAB; }
p { color: rgb(192,63,171); }
H1.HeaderClassName
{
color: #C03FAB;
}
.AnyTagClassName
{
color: #C03FAB;
}
</style>
background-color css
<style>
a { background-color: #C03FAB; }
a { background-color: rgb(192,63,171); }
div.DivClassName
{
background-color: #C03FAB;
}
.BgClassName
{
background-color: #C03FAB;
}
</style>
border-color css
<style>
span { border-color: #C03FAB; }
span { border-color: rgb(192,63,171); }
td.TdClassName
{
border-color: #C03FAB;
}
.TagClassName
{
border-color: #C03FAB;
}
</style>