Shades of Fuchsia #C32CC3
Tints of Fuchsia #C32CC3
RGB
CMYK
RGB Variations
Color information
#C32CC3 (or 0xC32CC3) is known color: Fuchsia. HEX triplet: C3, 2C and C3. RGB value is (195,44,195). Sum of RGB (Red+Green+Blue) = 195+44+195=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 44 (17.58% from 255 or 10.14% from 434); Blue value is 195 (76.56% from 255 or 44.93% from 434); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C32CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32CC3 is #3CD33C. Grayscale: #696969. Windows color (decimal): -3986237 or 12790979. OLE color: 12790979.
HSL color Cylindrical-coordinate representation of color #C32CC3: hue angle of 300º degrees, saturation: 0.63, 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 #C32CC3 is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 44 | 195 | - |
| CMYK | 0 | 0.77 | 0 | 0.24 |
| HSL | 300º | 0.63% | 0.47% | - |
| HSV(B) | 300º | 0.77% | 0.76% | - |
| XYZ | 33.26 | 17.34 | 53.22 | - |
| YUV | 106.36 | 178.03 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 195 | 0 | 0.77 | 0 | 0.24 | 300 | 0.63 | 0.47 |
| Hex | C3 | 2C | C3 | 0 | 4D | 0 | 18 | 12C | 3F | 2F |
| Octal | 303 | 54 | 303 | 0 | 115 | 0 | 30 | 454 | 77 | 57 |
| Binary | 11000011 | 101100 | 11000011 | 0 | 1001101 | 0 | 11000 | 100101100 | 111111 | 101111 |
Color Harmonies of #C32CC3
Complementary color
Monochromatic Colors of #C32CC3
Black with #C32CC3
Text Example
Text Example
White with #C32CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32CC3; }
p { color: rgb(195,44,195); }
H1.HeaderClassName
{
color: #C32CC3;
}
.AnyTagClassName
{
color: #C32CC3;
}
</style>
background-color css
<style>
a { background-color: #C32CC3; }
a { background-color: rgb(195,44,195); }
div.DivClassName
{
background-color: #C32CC3;
}
.BgClassName
{
background-color: #C32CC3;
}
</style>
border-color css
<style>
span { border-color: #C32CC3; }
span { border-color: rgb(195,44,195); }
td.TdClassName
{
border-color: #C32CC3;
}
.TagClassName
{
border-color: #C32CC3;
}
</style>