Shades of Fuchsia #C32EBE
Tints of Fuchsia #C32EBE
RGB
CMYK
RGB Variations
Color information
#C32EBE (or 0xC32EBE) is known color: Fuchsia. HEX triplet: C3, 2E and BE. RGB value is (195,46,190). Sum of RGB (Red+Green+Blue) = 195+46+190=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C32EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32EBE is #3CD141. Grayscale: #6A6A6A. Windows color (decimal): -3985730 or 12463811. OLE color: 12463811.
HSL color Cylindrical-coordinate representation of color #C32EBE: hue angle of 302.01º 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 #C32EBE is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 190 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.24 |
| HSL | 302.01º | 0.62% | 0.47% | - |
| HSV(B) | 302.01º | 0.76% | 0.76% | - |
| XYZ | 32.78 | 17.27 | 50.32 | - |
| YUV | 106.97 | 174.86 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 190 | 0 | 0.76 | 0.03 | 0.24 | 302.01 | 0.62 | 0.47 |
| Hex | C3 | 2E | BE | 0 | 4C | 3 | 18 | 12E | 3E | 2F |
| Octal | 303 | 56 | 276 | 0 | 114 | 3 | 30 | 456 | 76 | 57 |
| Binary | 11000011 | 101110 | 10111110 | 0 | 1001100 | 11 | 11000 | 100101110 | 111110 | 101111 |
Color Harmonies of #C32EBE
Complementary color
Monochromatic Colors of #C32EBE
Black with #C32EBE
Text Example
Text Example
White with #C32EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32EBE; }
p { color: rgb(195,46,190); }
H1.HeaderClassName
{
color: #C32EBE;
}
.AnyTagClassName
{
color: #C32EBE;
}
</style>
background-color css
<style>
a { background-color: #C32EBE; }
a { background-color: rgb(195,46,190); }
div.DivClassName
{
background-color: #C32EBE;
}
.BgClassName
{
background-color: #C32EBE;
}
</style>
border-color css
<style>
span { border-color: #C32EBE; }
span { border-color: rgb(195,46,190); }
td.TdClassName
{
border-color: #C32EBE;
}
.TagClassName
{
border-color: #C32EBE;
}
</style>