Shades of Fuchsia #C03BA8
Tints of Fuchsia #C03BA8
RGB
CMYK
RGB Variations
Color information
#C03BA8 (or 0xC03BA8) is known color: Fuchsia. HEX triplet: C0, 3B and A8. RGB value is (192,59,168). Sum of RGB (Red+Green+Blue) = 192+59+168=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 59 (23.44% from 255 or 14.08% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C03BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03BA8 is #3FC457. Grayscale: #6E6E6E. Windows color (decimal): -4179032 or 11025344. OLE color: 11025344.
HSL color Cylindrical-coordinate representation of color #C03BA8: hue angle of 310.83º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03BA8 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 59 | 168 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.25 |
| HSL | 310.83º | 0.53% | 0.49% | - |
| HSV(B) | 310.83º | 0.69% | 0.75% | - |
| XYZ | 30.37 | 17.16 | 38.76 | - |
| YUV | 111.19 | 160.06 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 168 | 0 | 0.69 | 0.12 | 0.25 | 310.83 | 0.53 | 0.49 |
| Hex | C0 | 3B | A8 | 0 | 45 | C | 19 | 137 | 35 | 31 |
| Octal | 300 | 73 | 250 | 0 | 105 | 14 | 31 | 467 | 65 | 61 |
| Binary | 11000000 | 111011 | 10101000 | 0 | 1000101 | 1100 | 11001 | 100110111 | 110101 | 110001 |
Color Harmonies of #C03BA8
Complementary color
Monochromatic Colors of #C03BA8
Black with #C03BA8
Text Example
Text Example
White with #C03BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03BA8; }
p { color: rgb(192,59,168); }
H1.HeaderClassName
{
color: #C03BA8;
}
.AnyTagClassName
{
color: #C03BA8;
}
</style>
background-color css
<style>
a { background-color: #C03BA8; }
a { background-color: rgb(192,59,168); }
div.DivClassName
{
background-color: #C03BA8;
}
.BgClassName
{
background-color: #C03BA8;
}
</style>
border-color css
<style>
span { border-color: #C03BA8; }
span { border-color: rgb(192,59,168); }
td.TdClassName
{
border-color: #C03BA8;
}
.TagClassName
{
border-color: #C03BA8;
}
</style>