Shades of Fuchsia #C32EB8
Tints of Fuchsia #C32EB8
RGB
CMYK
RGB Variations
Color information
#C32EB8 (or 0xC32EB8) is known color: Fuchsia. HEX triplet: C3, 2E and B8. RGB value is (195,46,184). Sum of RGB (Red+Green+Blue) = 195+46+184=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 46 (18.36% from 255 or 10.82% from 425); Blue value is 184 (72.27% from 255 or 43.29% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C32EB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32EB8 is #3CD147. Grayscale: #696969. Windows color (decimal): -3985736 or 12070595. OLE color: 12070595.
HSL color Cylindrical-coordinate representation of color #C32EB8: hue angle of 304.43º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C32EB8 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 184 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.24 |
| HSL | 304.43º | 0.62% | 0.47% | - |
| HSV(B) | 304.43º | 0.76% | 0.76% | - |
| XYZ | 32.13 | 17.02 | 46.94 | - |
| YUV | 106.28 | 171.86 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 184 | 0 | 0.76 | 0.06 | 0.24 | 304.43 | 0.62 | 0.47 |
| Hex | C3 | 2E | B8 | 0 | 4C | 6 | 18 | 130 | 3E | 2F |
| Octal | 303 | 56 | 270 | 0 | 114 | 6 | 30 | 460 | 76 | 57 |
| Binary | 11000011 | 101110 | 10111000 | 0 | 1001100 | 110 | 11000 | 100110000 | 111110 | 101111 |
Color Harmonies of #C32EB8
Complementary color
Monochromatic Colors of #C32EB8
Black with #C32EB8
Text Example
Text Example
White with #C32EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32EB8; }
p { color: rgb(195,46,184); }
H1.HeaderClassName
{
color: #C32EB8;
}
.AnyTagClassName
{
color: #C32EB8;
}
</style>
background-color css
<style>
a { background-color: #C32EB8; }
a { background-color: rgb(195,46,184); }
div.DivClassName
{
background-color: #C32EB8;
}
.BgClassName
{
background-color: #C32EB8;
}
</style>
border-color css
<style>
span { border-color: #C32EB8; }
span { border-color: rgb(195,46,184); }
td.TdClassName
{
border-color: #C32EB8;
}
.TagClassName
{
border-color: #C32EB8;
}
</style>