Shades of Fuchsia #C32FB7
Tints of Fuchsia #C32FB7
RGB
CMYK
RGB Variations
Color information
#C32FB7 (or 0xC32FB7) is known color: Fuchsia. HEX triplet: C3, 2F and B7. RGB value is (195,47,183). Sum of RGB (Red+Green+Blue) = 195+47+183=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 47 (18.75% from 255 or 11.06% from 425); Blue value is 183 (71.88% from 255 or 43.06% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C32FB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32FB7 is #3CD048. Grayscale: #6A6A6A. Windows color (decimal): -3985481 or 12005315. OLE color: 12005315.
HSL color Cylindrical-coordinate representation of color #C32FB7: hue angle of 304.86º 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 #C32FB7 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 47 | 183 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.24 |
| HSL | 304.86º | 0.61% | 0.47% | - |
| HSV(B) | 304.86º | 0.76% | 0.76% | - |
| XYZ | 32.07 | 17.05 | 46.4 | - |
| YUV | 106.76 | 171.03 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 183 | 0 | 0.76 | 0.06 | 0.24 | 304.86 | 0.61 | 0.47 |
| Hex | C3 | 2F | B7 | 0 | 4C | 6 | 18 | 131 | 3D | 2F |
| Octal | 303 | 57 | 267 | 0 | 114 | 6 | 30 | 461 | 75 | 57 |
| Binary | 11000011 | 101111 | 10110111 | 0 | 1001100 | 110 | 11000 | 100110001 | 111101 | 101111 |
Color Harmonies of #C32FB7
Complementary color
Monochromatic Colors of #C32FB7
Black with #C32FB7
Text Example
Text Example
White with #C32FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32FB7; }
p { color: rgb(195,47,183); }
H1.HeaderClassName
{
color: #C32FB7;
}
.AnyTagClassName
{
color: #C32FB7;
}
</style>
background-color css
<style>
a { background-color: #C32FB7; }
a { background-color: rgb(195,47,183); }
div.DivClassName
{
background-color: #C32FB7;
}
.BgClassName
{
background-color: #C32FB7;
}
</style>
border-color css
<style>
span { border-color: #C32FB7; }
span { border-color: rgb(195,47,183); }
td.TdClassName
{
border-color: #C32FB7;
}
.TagClassName
{
border-color: #C32FB7;
}
</style>