Shades of Fuchsia #C03AB8
Tints of Fuchsia #C03AB8
RGB
CMYK
RGB Variations
Color information
#C03AB8 (or 0xC03AB8) is known color: Fuchsia. HEX triplet: C0, 3A and B8. RGB value is (192,58,184). Sum of RGB (Red+Green+Blue) = 192+58+184=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 184 (72.27% from 255 or 42.40% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C03AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03AB8 is #3FC547. Grayscale: #707070. Windows color (decimal): -4179272 or 12073664. OLE color: 12073664.
HSL color Cylindrical-coordinate representation of color #C03AB8: hue angle of 303.58º 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 #C03AB8 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 184 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.25 |
| HSL | 303.58º | 0.54% | 0.49% | - |
| HSV(B) | 303.58º | 0.7% | 0.75% | - |
| XYZ | 31.9 | 17.69 | 47.08 | - |
| YUV | 112.43 | 168.39 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 184 | 0 | 0.70 | 0.04 | 0.25 | 303.58 | 0.54 | 0.49 |
| Hex | C0 | 3A | B8 | 0 | 46 | 4 | 19 | 130 | 36 | 31 |
| Octal | 300 | 72 | 270 | 0 | 106 | 4 | 31 | 460 | 66 | 61 |
| Binary | 11000000 | 111010 | 10111000 | 0 | 1000110 | 100 | 11001 | 100110000 | 110110 | 110001 |
Color Harmonies of #C03AB8
Complementary color
Monochromatic Colors of #C03AB8
Black with #C03AB8
Text Example
Text Example
White with #C03AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03AB8; }
p { color: rgb(192,58,184); }
H1.HeaderClassName
{
color: #C03AB8;
}
.AnyTagClassName
{
color: #C03AB8;
}
</style>
background-color css
<style>
a { background-color: #C03AB8; }
a { background-color: rgb(192,58,184); }
div.DivClassName
{
background-color: #C03AB8;
}
.BgClassName
{
background-color: #C03AB8;
}
</style>
border-color css
<style>
span { border-color: #C03AB8; }
span { border-color: rgb(192,58,184); }
td.TdClassName
{
border-color: #C03AB8;
}
.TagClassName
{
border-color: #C03AB8;
}
</style>