Shades of Fuchsia #C352AF
Tints of Fuchsia #C352AF
RGB
CMYK
RGB Variations
Color information
#C352AF (or 0xC352AF) is known color: Fuchsia. HEX triplet: C3, 52 and AF. RGB value is (195,82,175). Sum of RGB (Red+Green+Blue) = 195+82+175=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C352AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C352AF is #3CAD50. Grayscale: #7E7E7E. Windows color (decimal): -3976529 or 11489987. OLE color: 11489987.
HSL color Cylindrical-coordinate representation of color #C352AF: hue angle of 310.62º 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 #C352AF is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 82 | 175 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.24 |
| HSL | 310.62º | 0.48% | 0.54% | - |
| HSV(B) | 310.62º | 0.58% | 0.76% | - |
| XYZ | 33.26 | 20.73 | 42.81 | - |
| YUV | 126.39 | 155.44 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 175 | 0 | 0.58 | 0.10 | 0.24 | 310.62 | 0.48 | 0.54 |
| Hex | C3 | 52 | AF | 0 | 3A | A | 18 | 137 | 30 | 36 |
| Octal | 303 | 122 | 257 | 0 | 72 | 12 | 30 | 467 | 60 | 66 |
| Binary | 11000011 | 1010010 | 10101111 | 0 | 111010 | 1010 | 11000 | 100110111 | 110000 | 110110 |
Color Harmonies of #C352AF
Complementary color
Monochromatic Colors of #C352AF
Black with #C352AF
Text Example
Text Example
White with #C352AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C352AF; }
p { color: rgb(195,82,175); }
H1.HeaderClassName
{
color: #C352AF;
}
.AnyTagClassName
{
color: #C352AF;
}
</style>
background-color css
<style>
a { background-color: #C352AF; }
a { background-color: rgb(195,82,175); }
div.DivClassName
{
background-color: #C352AF;
}
.BgClassName
{
background-color: #C352AF;
}
</style>
border-color css
<style>
span { border-color: #C352AF; }
span { border-color: rgb(195,82,175); }
td.TdClassName
{
border-color: #C352AF;
}
.TagClassName
{
border-color: #C352AF;
}
</style>