Shades of Fuchsia #C453A8
Tints of Fuchsia #C453A8
RGB
CMYK
RGB Variations
Color information
#C453A8 (or 0xC453A8) is known color: Fuchsia. HEX triplet: C4, 53 and A8. RGB value is (196,83,168). Sum of RGB (Red+Green+Blue) = 196+83+168=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 83 (32.81% from 255 or 18.57% from 447); Blue value is 168 (66.02% from 255 or 37.58% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C453A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C453A8 is #3BAC57. Grayscale: #7E7E7E. Windows color (decimal): -3910744 or 11031492. OLE color: 11031492.
HSL color Cylindrical-coordinate representation of color #C453A8: hue angle of 314.87º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C453A8 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 168 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.23 |
| HSL | 314.87º | 0.49% | 0.55% | - |
| HSV(B) | 314.87º | 0.58% | 0.77% | - |
| XYZ | 32.93 | 20.75 | 39.32 | - |
| YUV | 126.48 | 151.44 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 168 | 0 | 0.58 | 0.14 | 0.23 | 314.87 | 0.49 | 0.55 |
| Hex | C4 | 53 | A8 | 0 | 3A | E | 17 | 13B | 31 | 37 |
| Octal | 304 | 123 | 250 | 0 | 72 | 16 | 27 | 473 | 61 | 67 |
| Binary | 11000100 | 1010011 | 10101000 | 0 | 111010 | 1110 | 10111 | 100111011 | 110001 | 110111 |
Color Harmonies of #C453A8
Complementary color
Monochromatic Colors of #C453A8
Black with #C453A8
Text Example
Text Example
White with #C453A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C453A8; }
p { color: rgb(196,83,168); }
H1.HeaderClassName
{
color: #C453A8;
}
.AnyTagClassName
{
color: #C453A8;
}
</style>
background-color css
<style>
a { background-color: #C453A8; }
a { background-color: rgb(196,83,168); }
div.DivClassName
{
background-color: #C453A8;
}
.BgClassName
{
background-color: #C453A8;
}
</style>
border-color css
<style>
span { border-color: #C453A8; }
span { border-color: rgb(196,83,168); }
td.TdClassName
{
border-color: #C453A8;
}
.TagClassName
{
border-color: #C453A8;
}
</style>