Shades of Fuchsia #C32EB2
Tints of Fuchsia #C32EB2
RGB
CMYK
RGB Variations
Color information
#C32EB2 (or 0xC32EB2) is known color: Fuchsia. HEX triplet: C3, 2E and B2. RGB value is (195,46,178). Sum of RGB (Red+Green+Blue) = 195+46+178=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 46 (18.36% from 255 or 10.98% from 419); Blue value is 178 (69.92% from 255 or 42.48% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C32EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32EB2 is #3CD14D. Grayscale: #696969. Windows color (decimal): -3985742 or 11677379. OLE color: 11677379.
HSL color Cylindrical-coordinate representation of color #C32EB2: hue angle of 306.85º 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 #C32EB2 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 178 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.24 |
| HSL | 306.85º | 0.62% | 0.47% | - |
| HSV(B) | 306.85º | 0.76% | 0.76% | - |
| XYZ | 31.52 | 16.77 | 43.7 | - |
| YUV | 105.6 | 168.86 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 178 | 0 | 0.76 | 0.09 | 0.24 | 306.85 | 0.62 | 0.47 |
| Hex | C3 | 2E | B2 | 0 | 4C | 9 | 18 | 133 | 3E | 2F |
| Octal | 303 | 56 | 262 | 0 | 114 | 11 | 30 | 463 | 76 | 57 |
| Binary | 11000011 | 101110 | 10110010 | 0 | 1001100 | 1001 | 11000 | 100110011 | 111110 | 101111 |
Color Harmonies of #C32EB2
Complementary color
Monochromatic Colors of #C32EB2
Black with #C32EB2
Text Example
Text Example
White with #C32EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32EB2; }
p { color: rgb(195,46,178); }
H1.HeaderClassName
{
color: #C32EB2;
}
.AnyTagClassName
{
color: #C32EB2;
}
</style>
background-color css
<style>
a { background-color: #C32EB2; }
a { background-color: rgb(195,46,178); }
div.DivClassName
{
background-color: #C32EB2;
}
.BgClassName
{
background-color: #C32EB2;
}
</style>
border-color css
<style>
span { border-color: #C32EB2; }
span { border-color: rgb(195,46,178); }
td.TdClassName
{
border-color: #C32EB2;
}
.TagClassName
{
border-color: #C32EB2;
}
</style>