Shades of Fuchsia #C32FC1
Tints of Fuchsia #C32FC1
RGB
CMYK
RGB Variations
Color information
#C32FC1 (or 0xC32FC1) is known color: Fuchsia. HEX triplet: C3, 2F and C1. RGB value is (195,47,193). Sum of RGB (Red+Green+Blue) = 195+47+193=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C32FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32FC1 is #3CD03E. Grayscale: #6B6B6B. Windows color (decimal): -3985471 or 12660675. OLE color: 12660675.
HSL color Cylindrical-coordinate representation of color #C32FC1: hue angle of 300.81º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C32FC1 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 47 | 193 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.24 |
| HSL | 300.81º | 0.61% | 0.47% | - |
| HSV(B) | 300.81º | 0.76% | 0.76% | - |
| XYZ | 33.15 | 17.49 | 52.08 | - |
| YUV | 107.9 | 176.03 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 193 | 0 | 0.76 | 0.01 | 0.24 | 300.81 | 0.61 | 0.47 |
| Hex | C3 | 2F | C1 | 0 | 4C | 1 | 18 | 12D | 3D | 2F |
| Octal | 303 | 57 | 301 | 0 | 114 | 1 | 30 | 455 | 75 | 57 |
| Binary | 11000011 | 101111 | 11000001 | 0 | 1001100 | 1 | 11000 | 100101101 | 111101 | 101111 |
Color Harmonies of #C32FC1
Complementary color
Monochromatic Colors of #C32FC1
Black with #C32FC1
Text Example
Text Example
White with #C32FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32FC1; }
p { color: rgb(195,47,193); }
H1.HeaderClassName
{
color: #C32FC1;
}
.AnyTagClassName
{
color: #C32FC1;
}
</style>
background-color css
<style>
a { background-color: #C32FC1; }
a { background-color: rgb(195,47,193); }
div.DivClassName
{
background-color: #C32FC1;
}
.BgClassName
{
background-color: #C32FC1;
}
</style>
border-color css
<style>
span { border-color: #C32FC1; }
span { border-color: rgb(195,47,193); }
td.TdClassName
{
border-color: #C32FC1;
}
.TagClassName
{
border-color: #C32FC1;
}
</style>