Shades of Fuchsia #C32CCC
Tints of Fuchsia #C32CCC
RGB
CMYK
RGB Variations
Color information
#C32CCC (or 0xC32CCC) is known color: Fuchsia. HEX triplet: C3, 2C and CC. RGB value is (195,44,204). Sum of RGB (Red+Green+Blue) = 195+44+204=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 44 (17.58% from 255 or 9.93% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #C32CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32CCC is #3CD333. Grayscale: #6A6A6A. Windows color (decimal): -3986228 or 13380803. OLE color: 13380803.
HSL color Cylindrical-coordinate representation of color #C32CCC: hue angle of 296.62º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32CCC is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 44 | 204 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.2 |
| HSL | 296.63º | 0.65% | 0.49% | - |
| HSV(B) | 296.63º | 0.78% | 0.8% | - |
| XYZ | 34.31 | 17.76 | 58.75 | - |
| YUV | 107.39 | 182.53 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 204 | 0.04 | 0.78 | 0 | 0.2 | 296.63 | 0.65 | 0.49 |
| Hex | C3 | 2C | CC | 4 | 4E | 0 | 14 | 129 | 41 | 31 |
| Octal | 303 | 54 | 314 | 4 | 116 | 0 | 24 | 451 | 101 | 61 |
| Binary | 11000011 | 101100 | 11001100 | 100 | 1001110 | 0 | 10100 | 100101001 | 1000001 | 110001 |
Color Harmonies of #C32CCC
Complementary color
Monochromatic Colors of #C32CCC
Black with #C32CCC
Text Example
Text Example
White with #C32CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32CCC; }
p { color: rgb(195,44,204); }
H1.HeaderClassName
{
color: #C32CCC;
}
.AnyTagClassName
{
color: #C32CCC;
}
</style>
background-color css
<style>
a { background-color: #C32CCC; }
a { background-color: rgb(195,44,204); }
div.DivClassName
{
background-color: #C32CCC;
}
.BgClassName
{
background-color: #C32CCC;
}
</style>
border-color css
<style>
span { border-color: #C32CCC; }
span { border-color: rgb(195,44,204); }
td.TdClassName
{
border-color: #C32CCC;
}
.TagClassName
{
border-color: #C32CCC;
}
</style>