Shades of Fuchsia #C32DC0
Tints of Fuchsia #C32DC0
RGB
CMYK
RGB Variations
Color information
#C32DC0 (or 0xC32DC0) is known color: Fuchsia. HEX triplet: C3, 2D and C0. RGB value is (195,45,192). Sum of RGB (Red+Green+Blue) = 195+45+192=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 192 (75.39% from 255 or 44.44% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C32DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32DC0 is #3CD23F. Grayscale: #6A6A6A. Windows color (decimal): -3985984 or 12594627. OLE color: 12594627.
HSL color Cylindrical-coordinate representation of color #C32DC0: hue angle of 301.2º 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 #C32DC0 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 45 | 192 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.24 |
| HSL | 301.2º | 0.63% | 0.47% | - |
| HSV(B) | 301.2º | 0.77% | 0.76% | - |
| XYZ | 32.96 | 17.28 | 51.47 | - |
| YUV | 106.61 | 176.2 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 192 | 0 | 0.77 | 0.02 | 0.24 | 301.2 | 0.63 | 0.47 |
| Hex | C3 | 2D | C0 | 0 | 4D | 2 | 18 | 12D | 3E | 2F |
| Octal | 303 | 55 | 300 | 0 | 115 | 2 | 30 | 455 | 76 | 57 |
| Binary | 11000011 | 101101 | 11000000 | 0 | 1001101 | 10 | 11000 | 100101101 | 111110 | 101111 |
Color Harmonies of #C32DC0
Complementary color
Monochromatic Colors of #C32DC0
Black with #C32DC0
Text Example
Text Example
White with #C32DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32DC0; }
p { color: rgb(195,45,192); }
H1.HeaderClassName
{
color: #C32DC0;
}
.AnyTagClassName
{
color: #C32DC0;
}
</style>
background-color css
<style>
a { background-color: #C32DC0; }
a { background-color: rgb(195,45,192); }
div.DivClassName
{
background-color: #C32DC0;
}
.BgClassName
{
background-color: #C32DC0;
}
</style>
border-color css
<style>
span { border-color: #C32DC0; }
span { border-color: rgb(195,45,192); }
td.TdClassName
{
border-color: #C32DC0;
}
.TagClassName
{
border-color: #C32DC0;
}
</style>