Shades of Fuchsia #C043AB
Tints of Fuchsia #C043AB
RGB
CMYK
RGB Variations
Color information
#C043AB (or 0xC043AB) is known color: Fuchsia. HEX triplet: C0, 43 and AB. RGB value is (192,67,171). Sum of RGB (Red+Green+Blue) = 192+67+171=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 67 (26.56% from 255 or 15.58% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C043AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C043AB is #3FBC54. Grayscale: #737373. Windows color (decimal): -4176981 or 11224000. OLE color: 11224000.
HSL color Cylindrical-coordinate representation of color #C043AB: hue angle of 310.08º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C043AB is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 171 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.25 |
| HSL | 310.08º | 0.5% | 0.51% | - |
| HSV(B) | 310.08º | 0.65% | 0.75% | - |
| XYZ | 31.1 | 18.16 | 40.39 | - |
| YUV | 116.23 | 158.91 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 171 | 0 | 0.65 | 0.11 | 0.25 | 310.08 | 0.5 | 0.51 |
| Hex | C0 | 43 | AB | 0 | 41 | B | 19 | 136 | 32 | 33 |
| Octal | 300 | 103 | 253 | 0 | 101 | 13 | 31 | 466 | 62 | 63 |
| Binary | 11000000 | 1000011 | 10101011 | 0 | 1000001 | 1011 | 11001 | 100110110 | 110010 | 110011 |
Color Harmonies of #C043AB
Complementary color
Monochromatic Colors of #C043AB
Black with #C043AB
Text Example
Text Example
White with #C043AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C043AB; }
p { color: rgb(192,67,171); }
H1.HeaderClassName
{
color: #C043AB;
}
.AnyTagClassName
{
color: #C043AB;
}
</style>
background-color css
<style>
a { background-color: #C043AB; }
a { background-color: rgb(192,67,171); }
div.DivClassName
{
background-color: #C043AB;
}
.BgClassName
{
background-color: #C043AB;
}
</style>
border-color css
<style>
span { border-color: #C043AB; }
span { border-color: rgb(192,67,171); }
td.TdClassName
{
border-color: #C043AB;
}
.TagClassName
{
border-color: #C043AB;
}
</style>