Shades of Fuchsia #C32CBB
Tints of Fuchsia #C32CBB
RGB
CMYK
RGB Variations
Color information
#C32CBB (or 0xC32CBB) is known color: Fuchsia. HEX triplet: C3, 2C and BB. RGB value is (195,44,187). Sum of RGB (Red+Green+Blue) = 195+44+187=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 44 (17.58% from 255 or 10.33% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C32CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32CBB is #3CD344. Grayscale: #696969. Windows color (decimal): -3986245 or 12266691. OLE color: 12266691.
HSL color Cylindrical-coordinate representation of color #C32CBB: hue angle of 303.18º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32CBB is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 44 | 187 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.24 |
| HSL | 303.18º | 0.63% | 0.47% | - |
| HSV(B) | 303.18º | 0.77% | 0.76% | - |
| XYZ | 32.38 | 16.99 | 48.59 | - |
| YUV | 105.45 | 174.03 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 187 | 0 | 0.77 | 0.04 | 0.24 | 303.18 | 0.63 | 0.47 |
| Hex | C3 | 2C | BB | 0 | 4D | 4 | 18 | 12F | 3F | 2F |
| Octal | 303 | 54 | 273 | 0 | 115 | 4 | 30 | 457 | 77 | 57 |
| Binary | 11000011 | 101100 | 10111011 | 0 | 1001101 | 100 | 11000 | 100101111 | 111111 | 101111 |
Color Harmonies of #C32CBB
Complementary color
Monochromatic Colors of #C32CBB
Black with #C32CBB
Text Example
Text Example
White with #C32CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32CBB; }
p { color: rgb(195,44,187); }
H1.HeaderClassName
{
color: #C32CBB;
}
.AnyTagClassName
{
color: #C32CBB;
}
</style>
background-color css
<style>
a { background-color: #C32CBB; }
a { background-color: rgb(195,44,187); }
div.DivClassName
{
background-color: #C32CBB;
}
.BgClassName
{
background-color: #C32CBB;
}
</style>
border-color css
<style>
span { border-color: #C32CBB; }
span { border-color: rgb(195,44,187); }
td.TdClassName
{
border-color: #C32CBB;
}
.TagClassName
{
border-color: #C32CBB;
}
</style>