Shades of Fuchsia #C32DB7
Tints of Fuchsia #C32DB7
RGB
CMYK
RGB Variations
Color information
#C32DB7 (or 0xC32DB7) is known color: Fuchsia. HEX triplet: C3, 2D and B7. RGB value is (195,45,183). Sum of RGB (Red+Green+Blue) = 195+45+183=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 45 (17.97% from 255 or 10.64% from 423); Blue value is 183 (71.88% from 255 or 43.26% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C32DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32DB7 is #3CD248. Grayscale: #696969. Windows color (decimal): -3985993 or 12004803. OLE color: 12004803.
HSL color Cylindrical-coordinate representation of color #C32DB7: hue angle of 304.8º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32DB7 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 45 | 183 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.24 |
| HSL | 304.8º | 0.63% | 0.47% | - |
| HSV(B) | 304.8º | 0.77% | 0.76% | - |
| XYZ | 31.99 | 16.9 | 46.38 | - |
| YUV | 105.58 | 171.7 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 183 | 0 | 0.77 | 0.06 | 0.24 | 304.8 | 0.63 | 0.47 |
| Hex | C3 | 2D | B7 | 0 | 4D | 6 | 18 | 131 | 3E | 2F |
| Octal | 303 | 55 | 267 | 0 | 115 | 6 | 30 | 461 | 76 | 57 |
| Binary | 11000011 | 101101 | 10110111 | 0 | 1001101 | 110 | 11000 | 100110001 | 111110 | 101111 |
Color Harmonies of #C32DB7
Complementary color
Monochromatic Colors of #C32DB7
Black with #C32DB7
Text Example
Text Example
White with #C32DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32DB7; }
p { color: rgb(195,45,183); }
H1.HeaderClassName
{
color: #C32DB7;
}
.AnyTagClassName
{
color: #C32DB7;
}
</style>
background-color css
<style>
a { background-color: #C32DB7; }
a { background-color: rgb(195,45,183); }
div.DivClassName
{
background-color: #C32DB7;
}
.BgClassName
{
background-color: #C32DB7;
}
</style>
border-color css
<style>
span { border-color: #C32DB7; }
span { border-color: rgb(195,45,183); }
td.TdClassName
{
border-color: #C32DB7;
}
.TagClassName
{
border-color: #C32DB7;
}
</style>