Shades of Fuchsia #C32FBE
Tints of Fuchsia #C32FBE
RGB
CMYK
RGB Variations
Color information
#C32FBE (or 0xC32FBE) is known color: Fuchsia. HEX triplet: C3, 2F and BE. RGB value is (195,47,190). Sum of RGB (Red+Green+Blue) = 195+47+190=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 47 (18.75% from 255 or 10.88% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C32FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32FBE is #3CD041. Grayscale: #6B6B6B. Windows color (decimal): -3985474 or 12464067. OLE color: 12464067.
HSL color Cylindrical-coordinate representation of color #C32FBE: hue angle of 302.03º degrees, saturation: 0.61, 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 #C32FBE is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 47 | 190 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.24 |
| HSL | 302.03º | 0.61% | 0.47% | - |
| HSV(B) | 302.03º | 0.76% | 0.76% | - |
| XYZ | 32.82 | 17.35 | 50.34 | - |
| YUV | 107.55 | 174.53 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 190 | 0 | 0.76 | 0.03 | 0.24 | 302.03 | 0.61 | 0.47 |
| Hex | C3 | 2F | BE | 0 | 4C | 3 | 18 | 12E | 3D | 2F |
| Octal | 303 | 57 | 276 | 0 | 114 | 3 | 30 | 456 | 75 | 57 |
| Binary | 11000011 | 101111 | 10111110 | 0 | 1001100 | 11 | 11000 | 100101110 | 111101 | 101111 |
Color Harmonies of #C32FBE
Complementary color
Monochromatic Colors of #C32FBE
Black with #C32FBE
Text Example
Text Example
White with #C32FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32FBE; }
p { color: rgb(195,47,190); }
H1.HeaderClassName
{
color: #C32FBE;
}
.AnyTagClassName
{
color: #C32FBE;
}
</style>
background-color css
<style>
a { background-color: #C32FBE; }
a { background-color: rgb(195,47,190); }
div.DivClassName
{
background-color: #C32FBE;
}
.BgClassName
{
background-color: #C32FBE;
}
</style>
border-color css
<style>
span { border-color: #C32FBE; }
span { border-color: rgb(195,47,190); }
td.TdClassName
{
border-color: #C32FBE;
}
.TagClassName
{
border-color: #C32FBE;
}
</style>