Shades of Fuchsia #C040AB
Tints of Fuchsia #C040AB
RGB
CMYK
RGB Variations
Color information
#C040AB (or 0xC040AB) is known color: Fuchsia. HEX triplet: C0, 40 and AB. RGB value is (192,64,171). Sum of RGB (Red+Green+Blue) = 192+64+171=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C040AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C040AB is #3FBF54. Grayscale: #727272. Windows color (decimal): -4177749 or 11223232. OLE color: 11223232.
HSL color Cylindrical-coordinate representation of color #C040AB: hue angle of 309.84º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C040AB is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 171 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.25 |
| HSL | 309.84º | 0.5% | 0.5% | - |
| HSV(B) | 309.84º | 0.67% | 0.75% | - |
| XYZ | 30.92 | 17.81 | 40.34 | - |
| YUV | 114.47 | 159.91 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 171 | 0 | 0.67 | 0.11 | 0.25 | 309.84 | 0.5 | 0.5 |
| Hex | C0 | 40 | AB | 0 | 43 | B | 19 | 136 | 32 | 32 |
| Octal | 300 | 100 | 253 | 0 | 103 | 13 | 31 | 466 | 62 | 62 |
| Binary | 11000000 | 1000000 | 10101011 | 0 | 1000011 | 1011 | 11001 | 100110110 | 110010 | 110010 |
Color Harmonies of #C040AB
Complementary color
Monochromatic Colors of #C040AB
Black with #C040AB
Text Example
Text Example
White with #C040AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C040AB; }
p { color: rgb(192,64,171); }
H1.HeaderClassName
{
color: #C040AB;
}
.AnyTagClassName
{
color: #C040AB;
}
</style>
background-color css
<style>
a { background-color: #C040AB; }
a { background-color: rgb(192,64,171); }
div.DivClassName
{
background-color: #C040AB;
}
.BgClassName
{
background-color: #C040AB;
}
</style>
border-color css
<style>
span { border-color: #C040AB; }
span { border-color: rgb(192,64,171); }
td.TdClassName
{
border-color: #C040AB;
}
.TagClassName
{
border-color: #C040AB;
}
</style>