Shades of Fuchsia #C32CCA
Tints of Fuchsia #C32CCA
RGB
CMYK
RGB Variations
Color information
#C32CCA (or 0xC32CCA) is known color: Fuchsia. HEX triplet: C3, 2C and CA. RGB value is (195,44,202). Sum of RGB (Red+Green+Blue) = 195+44+202=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 44 (17.58% from 255 or 9.98% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #C32CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32CCA is #3CD335. Grayscale: #6A6A6A. Windows color (decimal): -3986230 or 13249731. OLE color: 13249731.
HSL color Cylindrical-coordinate representation of color #C32CCA: hue angle of 297.34º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32CCA is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 44 | 202 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.21 |
| HSL | 297.34º | 0.64% | 0.48% | - |
| HSV(B) | 297.34º | 0.78% | 0.79% | - |
| XYZ | 34.07 | 17.67 | 57.49 | - |
| YUV | 107.16 | 181.53 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 202 | 0.03 | 0.78 | 0 | 0.21 | 297.34 | 0.64 | 0.48 |
| Hex | C3 | 2C | CA | 3 | 4E | 0 | 15 | 129 | 40 | 30 |
| Octal | 303 | 54 | 312 | 3 | 116 | 0 | 25 | 451 | 100 | 60 |
| Binary | 11000011 | 101100 | 11001010 | 11 | 1001110 | 0 | 10101 | 100101001 | 1000000 | 110000 |
Color Harmonies of #C32CCA
Complementary color
Monochromatic Colors of #C32CCA
Black with #C32CCA
Text Example
Text Example
White with #C32CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32CCA; }
p { color: rgb(195,44,202); }
H1.HeaderClassName
{
color: #C32CCA;
}
.AnyTagClassName
{
color: #C32CCA;
}
</style>
background-color css
<style>
a { background-color: #C32CCA; }
a { background-color: rgb(195,44,202); }
div.DivClassName
{
background-color: #C32CCA;
}
.BgClassName
{
background-color: #C32CCA;
}
</style>
border-color css
<style>
span { border-color: #C32CCA; }
span { border-color: rgb(195,44,202); }
td.TdClassName
{
border-color: #C32CCA;
}
.TagClassName
{
border-color: #C32CCA;
}
</style>