Shades of Fuchsia #C32BB9
Tints of Fuchsia #C32BB9
RGB
CMYK
RGB Variations
Color information
#C32BB9 (or 0xC32BB9) is known color: Fuchsia. HEX triplet: C3, 2B and B9. RGB value is (195,43,185). Sum of RGB (Red+Green+Blue) = 195+43+185=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 43 (17.19% from 255 or 10.17% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C32BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32BB9 is #3CD446. Grayscale: #686868. Windows color (decimal): -3986503 or 12135363. OLE color: 12135363.
HSL color Cylindrical-coordinate representation of color #C32BB9: hue angle of 303.95º 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 #C32BB9 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 43 | 185 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.24 |
| HSL | 303.95º | 0.64% | 0.47% | - |
| HSV(B) | 303.95º | 0.78% | 0.76% | - |
| XYZ | 32.13 | 16.83 | 47.45 | - |
| YUV | 104.64 | 173.36 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 185 | 0 | 0.78 | 0.05 | 0.24 | 303.95 | 0.64 | 0.47 |
| Hex | C3 | 2B | B9 | 0 | 4E | 5 | 18 | 130 | 40 | 2F |
| Octal | 303 | 53 | 271 | 0 | 116 | 5 | 30 | 460 | 100 | 57 |
| Binary | 11000011 | 101011 | 10111001 | 0 | 1001110 | 101 | 11000 | 100110000 | 1000000 | 101111 |
Color Harmonies of #C32BB9
Complementary color
Monochromatic Colors of #C32BB9
Black with #C32BB9
Text Example
Text Example
White with #C32BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32BB9; }
p { color: rgb(195,43,185); }
H1.HeaderClassName
{
color: #C32BB9;
}
.AnyTagClassName
{
color: #C32BB9;
}
</style>
background-color css
<style>
a { background-color: #C32BB9; }
a { background-color: rgb(195,43,185); }
div.DivClassName
{
background-color: #C32BB9;
}
.BgClassName
{
background-color: #C32BB9;
}
</style>
border-color css
<style>
span { border-color: #C32BB9; }
span { border-color: rgb(195,43,185); }
td.TdClassName
{
border-color: #C32BB9;
}
.TagClassName
{
border-color: #C32BB9;
}
</style>