Shades of Fuchsia #C329BD
Tints of Fuchsia #C329BD
RGB
CMYK
RGB Variations
Color information
#C329BD (or 0xC329BD) is known color: Fuchsia. HEX triplet: C3, 29 and BD. RGB value is (195,41,189). Sum of RGB (Red+Green+Blue) = 195+41+189=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C329BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C329BD is #3CD642. Grayscale: #676767. Windows color (decimal): -3987011 or 12396995. OLE color: 12396995.
HSL color Cylindrical-coordinate representation of color #C329BD: hue angle of 302.34º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C329BD is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 41 | 189 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.24 |
| HSL | 302.34º | 0.65% | 0.46% | - |
| HSV(B) | 302.34º | 0.79% | 0.76% | - |
| XYZ | 32.48 | 16.86 | 49.69 | - |
| YUV | 103.92 | 176.02 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 41 | 189 | 0 | 0.79 | 0.03 | 0.24 | 302.34 | 0.65 | 0.46 |
| Hex | C3 | 29 | BD | 0 | 4F | 3 | 18 | 12E | 41 | 2E |
| Octal | 303 | 51 | 275 | 0 | 117 | 3 | 30 | 456 | 101 | 56 |
| Binary | 11000011 | 101001 | 10111101 | 0 | 1001111 | 11 | 11000 | 100101110 | 1000001 | 101110 |
Color Harmonies of #C329BD
Complementary color
Monochromatic Colors of #C329BD
Black with #C329BD
Text Example
Text Example
White with #C329BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C329BD; }
p { color: rgb(195,41,189); }
H1.HeaderClassName
{
color: #C329BD;
}
.AnyTagClassName
{
color: #C329BD;
}
</style>
background-color css
<style>
a { background-color: #C329BD; }
a { background-color: rgb(195,41,189); }
div.DivClassName
{
background-color: #C329BD;
}
.BgClassName
{
background-color: #C329BD;
}
</style>
border-color css
<style>
span { border-color: #C329BD; }
span { border-color: rgb(195,41,189); }
td.TdClassName
{
border-color: #C329BD;
}
.TagClassName
{
border-color: #C329BD;
}
</style>