Shades of Fuchsia #C329B9
Tints of Fuchsia #C329B9
RGB
CMYK
RGB Variations
Color information
#C329B9 (or 0xC329B9) is known color: Fuchsia. HEX triplet: C3, 29 and B9. RGB value is (195,41,185). Sum of RGB (Red+Green+Blue) = 195+41+185=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 41 (16.41% from 255 or 9.74% from 421); Blue value is 185 (72.66% from 255 or 43.94% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C329B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C329B9 is #3CD646. Grayscale: #676767. Windows color (decimal): -3987015 or 12134851. OLE color: 12134851.
HSL color Cylindrical-coordinate representation of color #C329B9: hue angle of 303.9º 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 #C329B9 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 41 | 185 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.24 |
| HSL | 303.9º | 0.65% | 0.46% | - |
| HSV(B) | 303.9º | 0.79% | 0.76% | - |
| XYZ | 32.06 | 16.69 | 47.43 | - |
| YUV | 103.46 | 174.02 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 41 | 185 | 0 | 0.79 | 0.05 | 0.24 | 303.9 | 0.65 | 0.46 |
| Hex | C3 | 29 | B9 | 0 | 4F | 5 | 18 | 130 | 41 | 2E |
| Octal | 303 | 51 | 271 | 0 | 117 | 5 | 30 | 460 | 101 | 56 |
| Binary | 11000011 | 101001 | 10111001 | 0 | 1001111 | 101 | 11000 | 100110000 | 1000001 | 101110 |
Color Harmonies of #C329B9
Complementary color
Monochromatic Colors of #C329B9
Black with #C329B9
Text Example
Text Example
White with #C329B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C329B9; }
p { color: rgb(195,41,185); }
H1.HeaderClassName
{
color: #C329B9;
}
.AnyTagClassName
{
color: #C329B9;
}
</style>
background-color css
<style>
a { background-color: #C329B9; }
a { background-color: rgb(195,41,185); }
div.DivClassName
{
background-color: #C329B9;
}
.BgClassName
{
background-color: #C329B9;
}
</style>
border-color css
<style>
span { border-color: #C329B9; }
span { border-color: rgb(195,41,185); }
td.TdClassName
{
border-color: #C329B9;
}
.TagClassName
{
border-color: #C329B9;
}
</style>