Shades of Fuchsia #C045AB
Tints of Fuchsia #C045AB
RGB
CMYK
RGB Variations
Color information
#C045AB (or 0xC045AB) is known color: Fuchsia. HEX triplet: C0, 45 and AB. RGB value is (192,69,171). Sum of RGB (Red+Green+Blue) = 192+69+171=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 69 (27.34% from 255 or 15.97% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C045AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C045AB is #3FBA54. Grayscale: #757575. Windows color (decimal): -4176469 or 11224512. OLE color: 11224512.
HSL color Cylindrical-coordinate representation of color #C045AB: hue angle of 310.24º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C045AB is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 69 | 171 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.25 |
| HSL | 310.24º | 0.49% | 0.51% | - |
| HSV(B) | 310.24º | 0.64% | 0.75% | - |
| XYZ | 31.22 | 18.4 | 40.43 | - |
| YUV | 117.41 | 158.25 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 171 | 0 | 0.64 | 0.11 | 0.25 | 310.24 | 0.49 | 0.51 |
| Hex | C0 | 45 | AB | 0 | 40 | B | 19 | 136 | 31 | 33 |
| Octal | 300 | 105 | 253 | 0 | 100 | 13 | 31 | 466 | 61 | 63 |
| Binary | 11000000 | 1000101 | 10101011 | 0 | 1000000 | 1011 | 11001 | 100110110 | 110001 | 110011 |
Color Harmonies of #C045AB
Complementary color
Monochromatic Colors of #C045AB
Black with #C045AB
Text Example
Text Example
White with #C045AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C045AB; }
p { color: rgb(192,69,171); }
H1.HeaderClassName
{
color: #C045AB;
}
.AnyTagClassName
{
color: #C045AB;
}
</style>
background-color css
<style>
a { background-color: #C045AB; }
a { background-color: rgb(192,69,171); }
div.DivClassName
{
background-color: #C045AB;
}
.BgClassName
{
background-color: #C045AB;
}
</style>
border-color css
<style>
span { border-color: #C045AB; }
span { border-color: rgb(192,69,171); }
td.TdClassName
{
border-color: #C045AB;
}
.TagClassName
{
border-color: #C045AB;
}
</style>