Shades of Fuchsia #C352B9
Tints of Fuchsia #C352B9
RGB
CMYK
RGB Variations
Color information
#C352B9 (or 0xC352B9) is known color: Fuchsia. HEX triplet: C3, 52 and B9. RGB value is (195,82,185). Sum of RGB (Red+Green+Blue) = 195+82+185=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C352B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C352B9 is #3CAD46. Grayscale: #7F7F7F. Windows color (decimal): -3976519 or 12145347. OLE color: 12145347.
HSL color Cylindrical-coordinate representation of color #C352B9: hue angle of 305.31º 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 #C352B9 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 82 | 185 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.24 |
| HSL | 305.31º | 0.48% | 0.54% | - |
| HSV(B) | 305.31º | 0.58% | 0.76% | - |
| XYZ | 34.28 | 21.14 | 48.17 | - |
| YUV | 127.53 | 160.44 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 185 | 0 | 0.58 | 0.05 | 0.24 | 305.31 | 0.48 | 0.54 |
| Hex | C3 | 52 | B9 | 0 | 3A | 5 | 18 | 131 | 30 | 36 |
| Octal | 303 | 122 | 271 | 0 | 72 | 5 | 30 | 461 | 60 | 66 |
| Binary | 11000011 | 1010010 | 10111001 | 0 | 111010 | 101 | 11000 | 100110001 | 110000 | 110110 |
Color Harmonies of #C352B9
Complementary color
Monochromatic Colors of #C352B9
Black with #C352B9
Text Example
Text Example
White with #C352B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C352B9; }
p { color: rgb(195,82,185); }
H1.HeaderClassName
{
color: #C352B9;
}
.AnyTagClassName
{
color: #C352B9;
}
</style>
background-color css
<style>
a { background-color: #C352B9; }
a { background-color: rgb(195,82,185); }
div.DivClassName
{
background-color: #C352B9;
}
.BgClassName
{
background-color: #C352B9;
}
</style>
border-color css
<style>
span { border-color: #C352B9; }
span { border-color: rgb(195,82,185); }
td.TdClassName
{
border-color: #C352B9;
}
.TagClassName
{
border-color: #C352B9;
}
</style>