Shades of Fuchsia #C32FB0
Tints of Fuchsia #C32FB0
RGB
CMYK
RGB Variations
Color information
#C32FB0 (or 0xC32FB0) is known color: Fuchsia. HEX triplet: C3, 2F and B0. RGB value is (195,47,176). Sum of RGB (Red+Green+Blue) = 195+47+176=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 47 (18.75% from 255 or 11.24% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C32FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32FB0 is #3CD04F. Grayscale: #696969. Windows color (decimal): -3985488 or 11546563. OLE color: 11546563.
HSL color Cylindrical-coordinate representation of color #C32FB0: hue angle of 307.7º 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 #C32FB0 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 47 | 176 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.24 |
| HSL | 307.7º | 0.61% | 0.47% | - |
| HSV(B) | 307.7º | 0.76% | 0.76% | - |
| XYZ | 31.36 | 16.77 | 42.66 | - |
| YUV | 105.96 | 167.53 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 176 | 0 | 0.76 | 0.10 | 0.24 | 307.7 | 0.61 | 0.47 |
| Hex | C3 | 2F | B0 | 0 | 4C | A | 18 | 134 | 3D | 2F |
| Octal | 303 | 57 | 260 | 0 | 114 | 12 | 30 | 464 | 75 | 57 |
| Binary | 11000011 | 101111 | 10110000 | 0 | 1001100 | 1010 | 11000 | 100110100 | 111101 | 101111 |
Color Harmonies of #C32FB0
Complementary color
Monochromatic Colors of #C32FB0
Black with #C32FB0
Text Example
Text Example
White with #C32FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32FB0; }
p { color: rgb(195,47,176); }
H1.HeaderClassName
{
color: #C32FB0;
}
.AnyTagClassName
{
color: #C32FB0;
}
</style>
background-color css
<style>
a { background-color: #C32FB0; }
a { background-color: rgb(195,47,176); }
div.DivClassName
{
background-color: #C32FB0;
}
.BgClassName
{
background-color: #C32FB0;
}
</style>
border-color css
<style>
span { border-color: #C32FB0; }
span { border-color: rgb(195,47,176); }
td.TdClassName
{
border-color: #C32FB0;
}
.TagClassName
{
border-color: #C32FB0;
}
</style>