Shades of Fuchsia #C32BB4
Tints of Fuchsia #C32BB4
RGB
CMYK
RGB Variations
Color information
#C32BB4 (or 0xC32BB4) is known color: Fuchsia. HEX triplet: C3, 2B and B4. RGB value is (195,43,180). Sum of RGB (Red+Green+Blue) = 195+43+180=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 43 (17.19% from 255 or 10.29% from 418); Blue value is 180 (70.70% from 255 or 43.06% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C32BB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32BB4 is #3CD44B. Grayscale: #676767. Windows color (decimal): -3986508 or 11807683. OLE color: 11807683.
HSL color Cylindrical-coordinate representation of color #C32BB4: hue angle of 305.92º 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 #C32BB4 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 43 | 180 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.24 |
| HSL | 305.92º | 0.64% | 0.47% | - |
| HSV(B) | 305.92º | 0.78% | 0.76% | - |
| XYZ | 31.61 | 16.63 | 44.72 | - |
| YUV | 104.07 | 170.86 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 180 | 0 | 0.78 | 0.08 | 0.24 | 305.92 | 0.64 | 0.47 |
| Hex | C3 | 2B | B4 | 0 | 4E | 8 | 18 | 132 | 40 | 2F |
| Octal | 303 | 53 | 264 | 0 | 116 | 10 | 30 | 462 | 100 | 57 |
| Binary | 11000011 | 101011 | 10110100 | 0 | 1001110 | 1000 | 11000 | 100110010 | 1000000 | 101111 |
Color Harmonies of #C32BB4
Complementary color
Monochromatic Colors of #C32BB4
Black with #C32BB4
Text Example
Text Example
White with #C32BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32BB4; }
p { color: rgb(195,43,180); }
H1.HeaderClassName
{
color: #C32BB4;
}
.AnyTagClassName
{
color: #C32BB4;
}
</style>
background-color css
<style>
a { background-color: #C32BB4; }
a { background-color: rgb(195,43,180); }
div.DivClassName
{
background-color: #C32BB4;
}
.BgClassName
{
background-color: #C32BB4;
}
</style>
border-color css
<style>
span { border-color: #C32BB4; }
span { border-color: rgb(195,43,180); }
td.TdClassName
{
border-color: #C32BB4;
}
.TagClassName
{
border-color: #C32BB4;
}
</style>