Shades of Fuchsia #C32EB1
Tints of Fuchsia #C32EB1
RGB
CMYK
RGB Variations
Color information
#C32EB1 (or 0xC32EB1) is known color: Fuchsia. HEX triplet: C3, 2E and B1. RGB value is (195,46,177). Sum of RGB (Red+Green+Blue) = 195+46+177=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 46 (18.36% from 255 or 11.00% from 418); Blue value is 177 (69.53% from 255 or 42.34% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C32EB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32EB1 is #3CD14E. Grayscale: #696969. Windows color (decimal): -3985743 or 11611843. OLE color: 11611843.
HSL color Cylindrical-coordinate representation of color #C32EB1: hue angle of 307.25º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C32EB1 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 177 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.24 |
| HSL | 307.25º | 0.62% | 0.47% | - |
| HSV(B) | 307.25º | 0.76% | 0.76% | - |
| XYZ | 31.42 | 16.73 | 43.17 | - |
| YUV | 105.49 | 168.36 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 177 | 0 | 0.76 | 0.09 | 0.24 | 307.25 | 0.62 | 0.47 |
| Hex | C3 | 2E | B1 | 0 | 4C | 9 | 18 | 133 | 3E | 2F |
| Octal | 303 | 56 | 261 | 0 | 114 | 11 | 30 | 463 | 76 | 57 |
| Binary | 11000011 | 101110 | 10110001 | 0 | 1001100 | 1001 | 11000 | 100110011 | 111110 | 101111 |
Color Harmonies of #C32EB1
Complementary color
Monochromatic Colors of #C32EB1
Black with #C32EB1
Text Example
Text Example
White with #C32EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32EB1; }
p { color: rgb(195,46,177); }
H1.HeaderClassName
{
color: #C32EB1;
}
.AnyTagClassName
{
color: #C32EB1;
}
</style>
background-color css
<style>
a { background-color: #C32EB1; }
a { background-color: rgb(195,46,177); }
div.DivClassName
{
background-color: #C32EB1;
}
.BgClassName
{
background-color: #C32EB1;
}
</style>
border-color css
<style>
span { border-color: #C32EB1; }
span { border-color: rgb(195,46,177); }
td.TdClassName
{
border-color: #C32EB1;
}
.TagClassName
{
border-color: #C32EB1;
}
</style>