Shades of Fuchsia #C32BB0
Tints of Fuchsia #C32BB0
RGB
CMYK
RGB Variations
Color information
#C32BB0 (or 0xC32BB0) is known color: Fuchsia. HEX triplet: C3, 2B and B0. RGB value is (195,43,176). Sum of RGB (Red+Green+Blue) = 195+43+176=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 43 (17.19% from 255 or 10.39% from 414); Blue value is 176 (69.14% from 255 or 42.51% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C32BB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32BB0 is #3CD44F. Grayscale: #676767. Windows color (decimal): -3986512 or 11545539. OLE color: 11545539.
HSL color Cylindrical-coordinate representation of color #C32BB0: hue angle of 307.5º 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 #C32BB0 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 43 | 176 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.24 |
| HSL | 307.5º | 0.64% | 0.47% | - |
| HSV(B) | 307.5º | 0.78% | 0.76% | - |
| XYZ | 31.21 | 16.46 | 42.61 | - |
| YUV | 103.61 | 168.86 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 176 | 0 | 0.78 | 0.10 | 0.24 | 307.5 | 0.64 | 0.47 |
| Hex | C3 | 2B | B0 | 0 | 4E | A | 18 | 134 | 40 | 2F |
| Octal | 303 | 53 | 260 | 0 | 116 | 12 | 30 | 464 | 100 | 57 |
| Binary | 11000011 | 101011 | 10110000 | 0 | 1001110 | 1010 | 11000 | 100110100 | 1000000 | 101111 |
Color Harmonies of #C32BB0
Complementary color
Monochromatic Colors of #C32BB0
Black with #C32BB0
Text Example
Text Example
White with #C32BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32BB0; }
p { color: rgb(195,43,176); }
H1.HeaderClassName
{
color: #C32BB0;
}
.AnyTagClassName
{
color: #C32BB0;
}
</style>
background-color css
<style>
a { background-color: #C32BB0; }
a { background-color: rgb(195,43,176); }
div.DivClassName
{
background-color: #C32BB0;
}
.BgClassName
{
background-color: #C32BB0;
}
</style>
border-color css
<style>
span { border-color: #C32BB0; }
span { border-color: rgb(195,43,176); }
td.TdClassName
{
border-color: #C32BB0;
}
.TagClassName
{
border-color: #C32BB0;
}
</style>