Shades of Fuchsia #C352B8
Tints of Fuchsia #C352B8
RGB
CMYK
RGB Variations
Color information
#C352B8 (or 0xC352B8) is known color: Fuchsia. HEX triplet: C3, 52 and B8. RGB value is (195,82,184). Sum of RGB (Red+Green+Blue) = 195+82+184=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C352B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C352B8 is #3CAD47. Grayscale: #7F7F7F. Windows color (decimal): -3976520 or 12079811. OLE color: 12079811.
HSL color Cylindrical-coordinate representation of color #C352B8: hue angle of 305.84º 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 #C352B8 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 82 | 184 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.24 |
| HSL | 305.84º | 0.48% | 0.54% | - |
| HSV(B) | 305.84º | 0.58% | 0.76% | - |
| XYZ | 34.17 | 21.1 | 47.62 | - |
| YUV | 127.42 | 159.94 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 184 | 0 | 0.58 | 0.06 | 0.24 | 305.84 | 0.48 | 0.54 |
| Hex | C3 | 52 | B8 | 0 | 3A | 6 | 18 | 132 | 30 | 36 |
| Octal | 303 | 122 | 270 | 0 | 72 | 6 | 30 | 462 | 60 | 66 |
| Binary | 11000011 | 1010010 | 10111000 | 0 | 111010 | 110 | 11000 | 100110010 | 110000 | 110110 |
Color Harmonies of #C352B8
Complementary color
Monochromatic Colors of #C352B8
Black with #C352B8
Text Example
Text Example
White with #C352B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C352B8; }
p { color: rgb(195,82,184); }
H1.HeaderClassName
{
color: #C352B8;
}
.AnyTagClassName
{
color: #C352B8;
}
</style>
background-color css
<style>
a { background-color: #C352B8; }
a { background-color: rgb(195,82,184); }
div.DivClassName
{
background-color: #C352B8;
}
.BgClassName
{
background-color: #C352B8;
}
</style>
border-color css
<style>
span { border-color: #C352B8; }
span { border-color: rgb(195,82,184); }
td.TdClassName
{
border-color: #C352B8;
}
.TagClassName
{
border-color: #C352B8;
}
</style>