Shades of Fuchsia #C063A8
Tints of Fuchsia #C063A8
RGB
CMYK
RGB Variations
Color information
#C063A8 (or 0xC063A8) is known color: Fuchsia. HEX triplet: C0, 63 and A8. RGB value is (192,99,168). Sum of RGB (Red+Green+Blue) = 192+99+168=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C063A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C063A8 is #3F9C57. Grayscale: #868686. Windows color (decimal): -4168792 or 11035584. OLE color: 11035584.
HSL color Cylindrical-coordinate representation of color #C063A8: hue angle of 315.48º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C063A8 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 99 | 168 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.25 |
| HSL | 315.48º | 0.42% | 0.57% | - |
| HSV(B) | 315.48º | 0.48% | 0.75% | - |
| XYZ | 33.27 | 22.96 | 39.72 | - |
| YUV | 134.67 | 146.81 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 168 | 0 | 0.48 | 0.12 | 0.25 | 315.48 | 0.42 | 0.57 |
| Hex | C0 | 63 | A8 | 0 | 30 | C | 19 | 13B | 2A | 39 |
| Octal | 300 | 143 | 250 | 0 | 60 | 14 | 31 | 473 | 52 | 71 |
| Binary | 11000000 | 1100011 | 10101000 | 0 | 110000 | 1100 | 11001 | 100111011 | 101010 | 111001 |
Color Harmonies of #C063A8
Complementary color
Monochromatic Colors of #C063A8
Black with #C063A8
Text Example
Text Example
White with #C063A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C063A8; }
p { color: rgb(192,99,168); }
H1.HeaderClassName
{
color: #C063A8;
}
.AnyTagClassName
{
color: #C063A8;
}
</style>
background-color css
<style>
a { background-color: #C063A8; }
a { background-color: rgb(192,99,168); }
div.DivClassName
{
background-color: #C063A8;
}
.BgClassName
{
background-color: #C063A8;
}
</style>
border-color css
<style>
span { border-color: #C063A8; }
span { border-color: rgb(192,99,168); }
td.TdClassName
{
border-color: #C063A8;
}
.TagClassName
{
border-color: #C063A8;
}
</style>