Shades of Fuchsia #C03BA9
Tints of Fuchsia #C03BA9
RGB
CMYK
RGB Variations
Color information
#C03BA9 (or 0xC03BA9) is known color: Fuchsia. HEX triplet: C0, 3B and A9. RGB value is (192,59,169). Sum of RGB (Red+Green+Blue) = 192+59+169=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 59 (23.44% from 255 or 14.05% from 420); Blue value is 169 (66.41% from 255 or 40.24% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C03BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03BA9 is #3FC456. Grayscale: #6F6F6F. Windows color (decimal): -4179031 or 11090880. OLE color: 11090880.
HSL color Cylindrical-coordinate representation of color #C03BA9: hue angle of 310.38º 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 #C03BA9 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 59 | 169 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.25 |
| HSL | 310.38º | 0.53% | 0.49% | - |
| HSV(B) | 310.38º | 0.69% | 0.75% | - |
| XYZ | 30.46 | 17.2 | 39.25 | - |
| YUV | 111.31 | 160.56 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 169 | 0 | 0.69 | 0.12 | 0.25 | 310.38 | 0.53 | 0.49 |
| Hex | C0 | 3B | A9 | 0 | 45 | C | 19 | 136 | 35 | 31 |
| Octal | 300 | 73 | 251 | 0 | 105 | 14 | 31 | 466 | 65 | 61 |
| Binary | 11000000 | 111011 | 10101001 | 0 | 1000101 | 1100 | 11001 | 100110110 | 110101 | 110001 |
Color Harmonies of #C03BA9
Complementary color
Monochromatic Colors of #C03BA9
Black with #C03BA9
Text Example
Text Example
White with #C03BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03BA9; }
p { color: rgb(192,59,169); }
H1.HeaderClassName
{
color: #C03BA9;
}
.AnyTagClassName
{
color: #C03BA9;
}
</style>
background-color css
<style>
a { background-color: #C03BA9; }
a { background-color: rgb(192,59,169); }
div.DivClassName
{
background-color: #C03BA9;
}
.BgClassName
{
background-color: #C03BA9;
}
</style>
border-color css
<style>
span { border-color: #C03BA9; }
span { border-color: rgb(192,59,169); }
td.TdClassName
{
border-color: #C03BA9;
}
.TagClassName
{
border-color: #C03BA9;
}
</style>