Shades of Fuchsia #C32EB6
Tints of Fuchsia #C32EB6
RGB
CMYK
RGB Variations
Color information
#C32EB6 (or 0xC32EB6) is known color: Fuchsia. HEX triplet: C3, 2E and B6. RGB value is (195,46,182). Sum of RGB (Red+Green+Blue) = 195+46+182=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 46 (18.36% from 255 or 10.87% from 423); Blue value is 182 (71.48% from 255 or 43.03% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C32EB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32EB6 is #3CD149. Grayscale: #696969. Windows color (decimal): -3985738 or 11939523. OLE color: 11939523.
HSL color Cylindrical-coordinate representation of color #C32EB6: hue angle of 305.23º 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 #C32EB6 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 182 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.24 |
| HSL | 305.23º | 0.62% | 0.47% | - |
| HSV(B) | 305.23º | 0.76% | 0.76% | - |
| XYZ | 31.93 | 16.93 | 45.84 | - |
| YUV | 106.06 | 170.86 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 182 | 0 | 0.76 | 0.07 | 0.24 | 305.23 | 0.62 | 0.47 |
| Hex | C3 | 2E | B6 | 0 | 4C | 7 | 18 | 131 | 3E | 2F |
| Octal | 303 | 56 | 266 | 0 | 114 | 7 | 30 | 461 | 76 | 57 |
| Binary | 11000011 | 101110 | 10110110 | 0 | 1001100 | 111 | 11000 | 100110001 | 111110 | 101111 |
Color Harmonies of #C32EB6
Complementary color
Monochromatic Colors of #C32EB6
Black with #C32EB6
Text Example
Text Example
White with #C32EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32EB6; }
p { color: rgb(195,46,182); }
H1.HeaderClassName
{
color: #C32EB6;
}
.AnyTagClassName
{
color: #C32EB6;
}
</style>
background-color css
<style>
a { background-color: #C32EB6; }
a { background-color: rgb(195,46,182); }
div.DivClassName
{
background-color: #C32EB6;
}
.BgClassName
{
background-color: #C32EB6;
}
</style>
border-color css
<style>
span { border-color: #C32EB6; }
span { border-color: rgb(195,46,182); }
td.TdClassName
{
border-color: #C32EB6;
}
.TagClassName
{
border-color: #C32EB6;
}
</style>