Shades of Fuchsia #C32FCC
Tints of Fuchsia #C32FCC
RGB
CMYK
RGB Variations
Color information
#C32FCC (or 0xC32FCC) is known color: Fuchsia. HEX triplet: C3, 2F and CC. RGB value is (195,47,204). Sum of RGB (Red+Green+Blue) = 195+47+204=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 47 (18.75% from 255 or 10.54% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #C32FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32FCC is #3CD033. Grayscale: #6C6C6C. Windows color (decimal): -3985460 or 13381571. OLE color: 13381571.
HSL color Cylindrical-coordinate representation of color #C32FCC: hue angle of 296.56º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32FCC is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 47 | 204 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.2 |
| HSL | 296.56º | 0.63% | 0.49% | - |
| HSV(B) | 296.56º | 0.77% | 0.8% | - |
| XYZ | 34.42 | 17.99 | 58.79 | - |
| YUV | 109.15 | 181.53 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 204 | 0.04 | 0.77 | 0 | 0.2 | 296.56 | 0.63 | 0.49 |
| Hex | C3 | 2F | CC | 4 | 4D | 0 | 14 | 129 | 3F | 31 |
| Octal | 303 | 57 | 314 | 4 | 115 | 0 | 24 | 451 | 77 | 61 |
| Binary | 11000011 | 101111 | 11001100 | 100 | 1001101 | 0 | 10100 | 100101001 | 111111 | 110001 |
Color Harmonies of #C32FCC
Complementary color
Monochromatic Colors of #C32FCC
Black with #C32FCC
Text Example
Text Example
White with #C32FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32FCC; }
p { color: rgb(195,47,204); }
H1.HeaderClassName
{
color: #C32FCC;
}
.AnyTagClassName
{
color: #C32FCC;
}
</style>
background-color css
<style>
a { background-color: #C32FCC; }
a { background-color: rgb(195,47,204); }
div.DivClassName
{
background-color: #C32FCC;
}
.BgClassName
{
background-color: #C32FCC;
}
</style>
border-color css
<style>
span { border-color: #C32FCC; }
span { border-color: rgb(195,47,204); }
td.TdClassName
{
border-color: #C32FCC;
}
.TagClassName
{
border-color: #C32FCC;
}
</style>