Shades of Fuchsia #C32FBC
Tints of Fuchsia #C32FBC
RGB
CMYK
RGB Variations
Color information
#C32FBC (or 0xC32FBC) is known color: Fuchsia. HEX triplet: C3, 2F and BC. RGB value is (195,47,188). Sum of RGB (Red+Green+Blue) = 195+47+188=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 47 (18.75% from 255 or 10.93% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C32FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32FBC is #3CD043. Grayscale: #6A6A6A. Windows color (decimal): -3985476 or 12332995. OLE color: 12332995.
HSL color Cylindrical-coordinate representation of color #C32FBC: hue angle of 302.84º degrees, saturation: 0.61, 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 #C32FBC is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 47 | 188 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.24 |
| HSL | 302.84º | 0.61% | 0.47% | - |
| HSV(B) | 302.84º | 0.76% | 0.76% | - |
| XYZ | 32.6 | 17.27 | 49.19 | - |
| YUV | 107.33 | 173.53 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 188 | 0 | 0.76 | 0.04 | 0.24 | 302.84 | 0.61 | 0.47 |
| Hex | C3 | 2F | BC | 0 | 4C | 4 | 18 | 12F | 3D | 2F |
| Octal | 303 | 57 | 274 | 0 | 114 | 4 | 30 | 457 | 75 | 57 |
| Binary | 11000011 | 101111 | 10111100 | 0 | 1001100 | 100 | 11000 | 100101111 | 111101 | 101111 |
Color Harmonies of #C32FBC
Complementary color
Monochromatic Colors of #C32FBC
Black with #C32FBC
Text Example
Text Example
White with #C32FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32FBC; }
p { color: rgb(195,47,188); }
H1.HeaderClassName
{
color: #C32FBC;
}
.AnyTagClassName
{
color: #C32FBC;
}
</style>
background-color css
<style>
a { background-color: #C32FBC; }
a { background-color: rgb(195,47,188); }
div.DivClassName
{
background-color: #C32FBC;
}
.BgClassName
{
background-color: #C32FBC;
}
</style>
border-color css
<style>
span { border-color: #C32FBC; }
span { border-color: rgb(195,47,188); }
td.TdClassName
{
border-color: #C32FBC;
}
.TagClassName
{
border-color: #C32FBC;
}
</style>