Shades of Fuchsia #C03AB0
Tints of Fuchsia #C03AB0
RGB
CMYK
RGB Variations
Color information
#C03AB0 (or 0xC03AB0) is known color: Fuchsia. HEX triplet: C0, 3A and B0. RGB value is (192,58,176). Sum of RGB (Red+Green+Blue) = 192+58+176=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 58 (23.05% from 255 or 13.62% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C03AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03AB0 is #3FC54F. Grayscale: #6F6F6F. Windows color (decimal): -4179280 or 11549376. OLE color: 11549376.
HSL color Cylindrical-coordinate representation of color #C03AB0: hue angle of 307.16º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03AB0 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 176 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.25 |
| HSL | 307.16º | 0.54% | 0.49% | - |
| HSV(B) | 307.16º | 0.7% | 0.75% | - |
| XYZ | 31.09 | 17.37 | 42.79 | - |
| YUV | 111.52 | 164.39 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 176 | 0 | 0.70 | 0.08 | 0.25 | 307.16 | 0.54 | 0.49 |
| Hex | C0 | 3A | B0 | 0 | 46 | 8 | 19 | 133 | 36 | 31 |
| Octal | 300 | 72 | 260 | 0 | 106 | 10 | 31 | 463 | 66 | 61 |
| Binary | 11000000 | 111010 | 10110000 | 0 | 1000110 | 1000 | 11001 | 100110011 | 110110 | 110001 |
Color Harmonies of #C03AB0
Complementary color
Monochromatic Colors of #C03AB0
Black with #C03AB0
Text Example
Text Example
White with #C03AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03AB0; }
p { color: rgb(192,58,176); }
H1.HeaderClassName
{
color: #C03AB0;
}
.AnyTagClassName
{
color: #C03AB0;
}
</style>
background-color css
<style>
a { background-color: #C03AB0; }
a { background-color: rgb(192,58,176); }
div.DivClassName
{
background-color: #C03AB0;
}
.BgClassName
{
background-color: #C03AB0;
}
</style>
border-color css
<style>
span { border-color: #C03AB0; }
span { border-color: rgb(192,58,176); }
td.TdClassName
{
border-color: #C03AB0;
}
.TagClassName
{
border-color: #C03AB0;
}
</style>