Shades of Fuchsia #C32BBE
Tints of Fuchsia #C32BBE
RGB
CMYK
RGB Variations
Color information
#C32BBE (or 0xC32BBE) is known color: Fuchsia. HEX triplet: C3, 2B and BE. RGB value is (195,43,190). Sum of RGB (Red+Green+Blue) = 195+43+190=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 43 (17.19% from 255 or 10.05% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C32BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32BBE is #3CD441. Grayscale: #686868. Windows color (decimal): -3986498 or 12463043. OLE color: 12463043.
HSL color Cylindrical-coordinate representation of color #C32BBE: hue angle of 301.97º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32BBE is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 43 | 190 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.24 |
| HSL | 301.97º | 0.64% | 0.47% | - |
| HSV(B) | 301.97º | 0.78% | 0.76% | - |
| XYZ | 32.66 | 17.05 | 50.28 | - |
| YUV | 105.21 | 175.86 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 190 | 0 | 0.78 | 0.03 | 0.24 | 301.97 | 0.64 | 0.47 |
| Hex | C3 | 2B | BE | 0 | 4E | 3 | 18 | 12E | 40 | 2F |
| Octal | 303 | 53 | 276 | 0 | 116 | 3 | 30 | 456 | 100 | 57 |
| Binary | 11000011 | 101011 | 10111110 | 0 | 1001110 | 11 | 11000 | 100101110 | 1000000 | 101111 |
Color Harmonies of #C32BBE
Complementary color
Monochromatic Colors of #C32BBE
Black with #C32BBE
Text Example
Text Example
White with #C32BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32BBE; }
p { color: rgb(195,43,190); }
H1.HeaderClassName
{
color: #C32BBE;
}
.AnyTagClassName
{
color: #C32BBE;
}
</style>
background-color css
<style>
a { background-color: #C32BBE; }
a { background-color: rgb(195,43,190); }
div.DivClassName
{
background-color: #C32BBE;
}
.BgClassName
{
background-color: #C32BBE;
}
</style>
border-color css
<style>
span { border-color: #C32BBE; }
span { border-color: rgb(195,43,190); }
td.TdClassName
{
border-color: #C32BBE;
}
.TagClassName
{
border-color: #C32BBE;
}
</style>