Shades of Fuchsia #C32FB9
Tints of Fuchsia #C32FB9
RGB
CMYK
RGB Variations
Color information
#C32FB9 (or 0xC32FB9) is known color: Fuchsia. HEX triplet: C3, 2F and B9. RGB value is (195,47,185). Sum of RGB (Red+Green+Blue) = 195+47+185=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 47 (18.75% from 255 or 11.01% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C32FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32FB9 is #3CD046. Grayscale: #6A6A6A. Windows color (decimal): -3985479 or 12136387. OLE color: 12136387.
HSL color Cylindrical-coordinate representation of color #C32FB9: hue angle of 304.05º 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 #C32FB9 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 47 | 185 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.24 |
| HSL | 304.05º | 0.61% | 0.47% | - |
| HSV(B) | 304.05º | 0.76% | 0.76% | - |
| XYZ | 32.28 | 17.14 | 47.51 | - |
| YUV | 106.98 | 172.03 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 185 | 0 | 0.76 | 0.05 | 0.24 | 304.05 | 0.61 | 0.47 |
| Hex | C3 | 2F | B9 | 0 | 4C | 5 | 18 | 130 | 3D | 2F |
| Octal | 303 | 57 | 271 | 0 | 114 | 5 | 30 | 460 | 75 | 57 |
| Binary | 11000011 | 101111 | 10111001 | 0 | 1001100 | 101 | 11000 | 100110000 | 111101 | 101111 |
Color Harmonies of #C32FB9
Complementary color
Monochromatic Colors of #C32FB9
Black with #C32FB9
Text Example
Text Example
White with #C32FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32FB9; }
p { color: rgb(195,47,185); }
H1.HeaderClassName
{
color: #C32FB9;
}
.AnyTagClassName
{
color: #C32FB9;
}
</style>
background-color css
<style>
a { background-color: #C32FB9; }
a { background-color: rgb(195,47,185); }
div.DivClassName
{
background-color: #C32FB9;
}
.BgClassName
{
background-color: #C32FB9;
}
</style>
border-color css
<style>
span { border-color: #C32FB9; }
span { border-color: rgb(195,47,185); }
td.TdClassName
{
border-color: #C32FB9;
}
.TagClassName
{
border-color: #C32FB9;
}
</style>