Shades of Fuchsia #C32BBA
Tints of Fuchsia #C32BBA
RGB
CMYK
RGB Variations
Color information
#C32BBA (or 0xC32BBA) is known color: Fuchsia. HEX triplet: C3, 2B and BA. RGB value is (195,43,186). Sum of RGB (Red+Green+Blue) = 195+43+186=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 43 (17.19% from 255 or 10.14% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C32BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32BBA is #3CD445. Grayscale: #686868. Windows color (decimal): -3986502 or 12200899. OLE color: 12200899.
HSL color Cylindrical-coordinate representation of color #C32BBA: hue angle of 303.55º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32BBA is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 43 | 186 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.24 |
| HSL | 303.55º | 0.64% | 0.47% | - |
| HSV(B) | 303.55º | 0.78% | 0.76% | - |
| XYZ | 32.23 | 16.88 | 48.01 | - |
| YUV | 104.75 | 173.86 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 186 | 0 | 0.78 | 0.05 | 0.24 | 303.55 | 0.64 | 0.47 |
| Hex | C3 | 2B | BA | 0 | 4E | 5 | 18 | 130 | 40 | 2F |
| Octal | 303 | 53 | 272 | 0 | 116 | 5 | 30 | 460 | 100 | 57 |
| Binary | 11000011 | 101011 | 10111010 | 0 | 1001110 | 101 | 11000 | 100110000 | 1000000 | 101111 |
Color Harmonies of #C32BBA
Complementary color
Monochromatic Colors of #C32BBA
Black with #C32BBA
Text Example
Text Example
White with #C32BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32BBA; }
p { color: rgb(195,43,186); }
H1.HeaderClassName
{
color: #C32BBA;
}
.AnyTagClassName
{
color: #C32BBA;
}
</style>
background-color css
<style>
a { background-color: #C32BBA; }
a { background-color: rgb(195,43,186); }
div.DivClassName
{
background-color: #C32BBA;
}
.BgClassName
{
background-color: #C32BBA;
}
</style>
border-color css
<style>
span { border-color: #C32BBA; }
span { border-color: rgb(195,43,186); }
td.TdClassName
{
border-color: #C32BBA;
}
.TagClassName
{
border-color: #C32BBA;
}
</style>