Shades of Fuchsia #C352A8
Tints of Fuchsia #C352A8
RGB
CMYK
RGB Variations
Color information
#C352A8 (or 0xC352A8) is known color: Fuchsia. HEX triplet: C3, 52 and A8. RGB value is (195,82,168). Sum of RGB (Red+Green+Blue) = 195+82+168=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C352A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C352A8 is #3CAD57. Grayscale: #7D7D7D. Windows color (decimal): -3976536 or 11031235. OLE color: 11031235.
HSL color Cylindrical-coordinate representation of color #C352A8: hue angle of 314.34º degrees, saturation: 0.48, 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 #C352A8 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 82 | 168 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.24 |
| HSL | 314.34º | 0.48% | 0.54% | - |
| HSV(B) | 314.34º | 0.58% | 0.76% | - |
| XYZ | 32.59 | 20.46 | 39.28 | - |
| YUV | 125.59 | 151.94 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 168 | 0 | 0.58 | 0.14 | 0.24 | 314.34 | 0.48 | 0.54 |
| Hex | C3 | 52 | A8 | 0 | 3A | E | 18 | 13A | 30 | 36 |
| Octal | 303 | 122 | 250 | 0 | 72 | 16 | 30 | 472 | 60 | 66 |
| Binary | 11000011 | 1010010 | 10101000 | 0 | 111010 | 1110 | 11000 | 100111010 | 110000 | 110110 |
Color Harmonies of #C352A8
Complementary color
Monochromatic Colors of #C352A8
Black with #C352A8
Text Example
Text Example
White with #C352A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C352A8; }
p { color: rgb(195,82,168); }
H1.HeaderClassName
{
color: #C352A8;
}
.AnyTagClassName
{
color: #C352A8;
}
</style>
background-color css
<style>
a { background-color: #C352A8; }
a { background-color: rgb(195,82,168); }
div.DivClassName
{
background-color: #C352A8;
}
.BgClassName
{
background-color: #C352A8;
}
</style>
border-color css
<style>
span { border-color: #C352A8; }
span { border-color: rgb(195,82,168); }
td.TdClassName
{
border-color: #C352A8;
}
.TagClassName
{
border-color: #C352A8;
}
</style>