Shades of Fuchsia #C32BBC
Tints of Fuchsia #C32BBC
RGB
CMYK
RGB Variations
Color information
#C32BBC (or 0xC32BBC) is known color: Fuchsia. HEX triplet: C3, 2B and BC. RGB value is (195,43,188). Sum of RGB (Red+Green+Blue) = 195+43+188=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 43 (17.19% from 255 or 10.09% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C32BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32BBC is #3CD443. Grayscale: #686868. Windows color (decimal): -3986500 or 12331971. OLE color: 12331971.
HSL color Cylindrical-coordinate representation of color #C32BBC: hue angle of 302.76º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32BBC is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 43 | 188 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.24 |
| HSL | 302.76º | 0.64% | 0.47% | - |
| HSV(B) | 302.76º | 0.78% | 0.76% | - |
| XYZ | 32.45 | 16.96 | 49.14 | - |
| YUV | 104.98 | 174.86 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 188 | 0 | 0.78 | 0.04 | 0.24 | 302.76 | 0.64 | 0.47 |
| Hex | C3 | 2B | BC | 0 | 4E | 4 | 18 | 12F | 40 | 2F |
| Octal | 303 | 53 | 274 | 0 | 116 | 4 | 30 | 457 | 100 | 57 |
| Binary | 11000011 | 101011 | 10111100 | 0 | 1001110 | 100 | 11000 | 100101111 | 1000000 | 101111 |
Color Harmonies of #C32BBC
Complementary color
Monochromatic Colors of #C32BBC
Black with #C32BBC
Text Example
Text Example
White with #C32BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32BBC; }
p { color: rgb(195,43,188); }
H1.HeaderClassName
{
color: #C32BBC;
}
.AnyTagClassName
{
color: #C32BBC;
}
</style>
background-color css
<style>
a { background-color: #C32BBC; }
a { background-color: rgb(195,43,188); }
div.DivClassName
{
background-color: #C32BBC;
}
.BgClassName
{
background-color: #C32BBC;
}
</style>
border-color css
<style>
span { border-color: #C32BBC; }
span { border-color: rgb(195,43,188); }
td.TdClassName
{
border-color: #C32BBC;
}
.TagClassName
{
border-color: #C32BBC;
}
</style>