Shades of Fuchsia #C445A8
Tints of Fuchsia #C445A8
RGB
CMYK
RGB Variations
Color information
#C445A8 (or 0xC445A8) is known color: Fuchsia. HEX triplet: C4, 45 and A8. RGB value is (196,69,168). Sum of RGB (Red+Green+Blue) = 196+69+168=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 168 (66.02% from 255 or 38.80% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C445A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C445A8 is #3BBA57. Grayscale: #757575. Windows color (decimal): -3914328 or 11027908. OLE color: 11027908.
HSL color Cylindrical-coordinate representation of color #C445A8: hue angle of 313.23º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C445A8 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 69 | 168 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.23 |
| HSL | 313.23º | 0.52% | 0.52% | - |
| HSV(B) | 313.23º | 0.65% | 0.77% | - |
| XYZ | 31.96 | 18.82 | 38.99 | - |
| YUV | 118.26 | 156.08 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 168 | 0 | 0.65 | 0.14 | 0.23 | 313.23 | 0.52 | 0.52 |
| Hex | C4 | 45 | A8 | 0 | 41 | E | 17 | 139 | 34 | 34 |
| Octal | 304 | 105 | 250 | 0 | 101 | 16 | 27 | 471 | 64 | 64 |
| Binary | 11000100 | 1000101 | 10101000 | 0 | 1000001 | 1110 | 10111 | 100111001 | 110100 | 110100 |
Color Harmonies of #C445A8
Complementary color
Monochromatic Colors of #C445A8
Black with #C445A8
Text Example
Text Example
White with #C445A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C445A8; }
p { color: rgb(196,69,168); }
H1.HeaderClassName
{
color: #C445A8;
}
.AnyTagClassName
{
color: #C445A8;
}
</style>
background-color css
<style>
a { background-color: #C445A8; }
a { background-color: rgb(196,69,168); }
div.DivClassName
{
background-color: #C445A8;
}
.BgClassName
{
background-color: #C445A8;
}
</style>
border-color css
<style>
span { border-color: #C445A8; }
span { border-color: rgb(196,69,168); }
td.TdClassName
{
border-color: #C445A8;
}
.TagClassName
{
border-color: #C445A8;
}
</style>