Shades of Fuchsia #C352BA
Tints of Fuchsia #C352BA
RGB
CMYK
RGB Variations
Color information
#C352BA (or 0xC352BA) is known color: Fuchsia. HEX triplet: C3, 52 and BA. RGB value is (195,82,186). Sum of RGB (Red+Green+Blue) = 195+82+186=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C352BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C352BA is #3CAD45. Grayscale: #7F7F7F. Windows color (decimal): -3976518 or 12210883. OLE color: 12210883.
HSL color Cylindrical-coordinate representation of color #C352BA: hue angle of 304.78º 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 #C352BA is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 82 | 186 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.24 |
| HSL | 304.78º | 0.48% | 0.54% | - |
| HSV(B) | 304.78º | 0.58% | 0.76% | - |
| XYZ | 34.39 | 21.18 | 48.73 | - |
| YUV | 127.64 | 160.94 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 186 | 0 | 0.58 | 0.05 | 0.24 | 304.78 | 0.48 | 0.54 |
| Hex | C3 | 52 | BA | 0 | 3A | 5 | 18 | 131 | 30 | 36 |
| Octal | 303 | 122 | 272 | 0 | 72 | 5 | 30 | 461 | 60 | 66 |
| Binary | 11000011 | 1010010 | 10111010 | 0 | 111010 | 101 | 11000 | 100110001 | 110000 | 110110 |
Color Harmonies of #C352BA
Complementary color
Monochromatic Colors of #C352BA
Black with #C352BA
Text Example
Text Example
White with #C352BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C352BA; }
p { color: rgb(195,82,186); }
H1.HeaderClassName
{
color: #C352BA;
}
.AnyTagClassName
{
color: #C352BA;
}
</style>
background-color css
<style>
a { background-color: #C352BA; }
a { background-color: rgb(195,82,186); }
div.DivClassName
{
background-color: #C352BA;
}
.BgClassName
{
background-color: #C352BA;
}
</style>
border-color css
<style>
span { border-color: #C352BA; }
span { border-color: rgb(195,82,186); }
td.TdClassName
{
border-color: #C352BA;
}
.TagClassName
{
border-color: #C352BA;
}
</style>