Shades of Fuchsia #C145A8
Tints of Fuchsia #C145A8
RGB
CMYK
RGB Variations
Color information
#C145A8 (or 0xC145A8) is known color: Fuchsia. HEX triplet: C1, 45 and A8. RGB value is (193,69,168). Sum of RGB (Red+Green+Blue) = 193+69+168=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C145A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C145A8 is #3EBA57. Grayscale: #757575. Windows color (decimal): -4110936 or 11027905. OLE color: 11027905.
HSL color Cylindrical-coordinate representation of color #C145A8: hue angle of 312.1º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C145A8 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 69 | 168 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.24 |
| HSL | 312.1º | 0.5% | 0.51% | - |
| HSV(B) | 312.1º | 0.64% | 0.76% | - |
| XYZ | 31.19 | 18.42 | 38.96 | - |
| YUV | 117.36 | 156.58 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 168 | 0 | 0.64 | 0.13 | 0.24 | 312.1 | 0.5 | 0.51 |
| Hex | C1 | 45 | A8 | 0 | 40 | D | 18 | 138 | 32 | 33 |
| Octal | 301 | 105 | 250 | 0 | 100 | 15 | 30 | 470 | 62 | 63 |
| Binary | 11000001 | 1000101 | 10101000 | 0 | 1000000 | 1101 | 11000 | 100111000 | 110010 | 110011 |
Color Harmonies of #C145A8
Complementary color
Monochromatic Colors of #C145A8
Black with #C145A8
Text Example
Text Example
White with #C145A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C145A8; }
p { color: rgb(193,69,168); }
H1.HeaderClassName
{
color: #C145A8;
}
.AnyTagClassName
{
color: #C145A8;
}
</style>
background-color css
<style>
a { background-color: #C145A8; }
a { background-color: rgb(193,69,168); }
div.DivClassName
{
background-color: #C145A8;
}
.BgClassName
{
background-color: #C145A8;
}
</style>
border-color css
<style>
span { border-color: #C145A8; }
span { border-color: rgb(193,69,168); }
td.TdClassName
{
border-color: #C145A8;
}
.TagClassName
{
border-color: #C145A8;
}
</style>