Shades of Fuchsia #C32ABF
Tints of Fuchsia #C32ABF
RGB
CMYK
RGB Variations
Color information
#C32ABF (or 0xC32ABF) is known color: Fuchsia. HEX triplet: C3, 2A and BF. RGB value is (195,42,191). Sum of RGB (Red+Green+Blue) = 195+42+191=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 42 (16.80% from 255 or 9.81% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C32ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32ABF is #3CD540. Grayscale: #686868. Windows color (decimal): -3986753 or 12528323. OLE color: 12528323.
HSL color Cylindrical-coordinate representation of color #C32ABF: hue angle of 301.57º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32ABF is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 42 | 191 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.24 |
| HSL | 301.57º | 0.65% | 0.46% | - |
| HSV(B) | 301.57º | 0.78% | 0.76% | - |
| XYZ | 32.74 | 17.02 | 50.85 | - |
| YUV | 104.73 | 176.69 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 42 | 191 | 0 | 0.78 | 0.02 | 0.24 | 301.57 | 0.65 | 0.46 |
| Hex | C3 | 2A | BF | 0 | 4E | 2 | 18 | 12E | 41 | 2E |
| Octal | 303 | 52 | 277 | 0 | 116 | 2 | 30 | 456 | 101 | 56 |
| Binary | 11000011 | 101010 | 10111111 | 0 | 1001110 | 10 | 11000 | 100101110 | 1000001 | 101110 |
Color Harmonies of #C32ABF
Complementary color
Monochromatic Colors of #C32ABF
Black with #C32ABF
Text Example
Text Example
White with #C32ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32ABF; }
p { color: rgb(195,42,191); }
H1.HeaderClassName
{
color: #C32ABF;
}
.AnyTagClassName
{
color: #C32ABF;
}
</style>
background-color css
<style>
a { background-color: #C32ABF; }
a { background-color: rgb(195,42,191); }
div.DivClassName
{
background-color: #C32ABF;
}
.BgClassName
{
background-color: #C32ABF;
}
</style>
border-color css
<style>
span { border-color: #C32ABF; }
span { border-color: rgb(195,42,191); }
td.TdClassName
{
border-color: #C32ABF;
}
.TagClassName
{
border-color: #C32ABF;
}
</style>