Shades of Fuchsia #C351A8
Tints of Fuchsia #C351A8
RGB
CMYK
RGB Variations
Color information
#C351A8 (or 0xC351A8) is known color: Fuchsia. HEX triplet: C3, 51 and A8. RGB value is (195,81,168). Sum of RGB (Red+Green+Blue) = 195+81+168=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C351A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C351A8 is #3CAE57. Grayscale: #7C7C7C. Windows color (decimal): -3976792 or 11030979. OLE color: 11030979.
HSL color Cylindrical-coordinate representation of color #C351A8: hue angle of 314.21º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C351A8 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 168 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.24 |
| HSL | 314.21º | 0.49% | 0.54% | - |
| HSV(B) | 314.21º | 0.58% | 0.76% | - |
| XYZ | 32.52 | 20.31 | 39.25 | - |
| YUV | 125 | 152.27 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 168 | 0 | 0.58 | 0.14 | 0.24 | 314.21 | 0.49 | 0.54 |
| Hex | C3 | 51 | A8 | 0 | 3A | E | 18 | 13A | 31 | 36 |
| Octal | 303 | 121 | 250 | 0 | 72 | 16 | 30 | 472 | 61 | 66 |
| Binary | 11000011 | 1010001 | 10101000 | 0 | 111010 | 1110 | 11000 | 100111010 | 110001 | 110110 |
Color Harmonies of #C351A8
Complementary color
Monochromatic Colors of #C351A8
Black with #C351A8
Text Example
Text Example
White with #C351A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C351A8; }
p { color: rgb(195,81,168); }
H1.HeaderClassName
{
color: #C351A8;
}
.AnyTagClassName
{
color: #C351A8;
}
</style>
background-color css
<style>
a { background-color: #C351A8; }
a { background-color: rgb(195,81,168); }
div.DivClassName
{
background-color: #C351A8;
}
.BgClassName
{
background-color: #C351A8;
}
</style>
border-color css
<style>
span { border-color: #C351A8; }
span { border-color: rgb(195,81,168); }
td.TdClassName
{
border-color: #C351A8;
}
.TagClassName
{
border-color: #C351A8;
}
</style>