Shades of Fuchsia #C329BC
Tints of Fuchsia #C329BC
RGB
CMYK
RGB Variations
Color information
#C329BC (or 0xC329BC) is known color: Fuchsia. HEX triplet: C3, 29 and BC. RGB value is (195,41,188). Sum of RGB (Red+Green+Blue) = 195+41+188=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C329BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C329BC is #3CD643. Grayscale: #676767. Windows color (decimal): -3987012 or 12331459. OLE color: 12331459.
HSL color Cylindrical-coordinate representation of color #C329BC: hue angle of 302.73º 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 #C329BC is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 41 | 188 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.24 |
| HSL | 302.73º | 0.65% | 0.46% | - |
| HSV(B) | 302.73º | 0.79% | 0.76% | - |
| XYZ | 32.38 | 16.82 | 49.12 | - |
| YUV | 103.8 | 175.52 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 41 | 188 | 0 | 0.79 | 0.04 | 0.24 | 302.73 | 0.65 | 0.46 |
| Hex | C3 | 29 | BC | 0 | 4F | 4 | 18 | 12F | 41 | 2E |
| Octal | 303 | 51 | 274 | 0 | 117 | 4 | 30 | 457 | 101 | 56 |
| Binary | 11000011 | 101001 | 10111100 | 0 | 1001111 | 100 | 11000 | 100101111 | 1000001 | 101110 |
Color Harmonies of #C329BC
Complementary color
Monochromatic Colors of #C329BC
Black with #C329BC
Text Example
Text Example
White with #C329BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C329BC; }
p { color: rgb(195,41,188); }
H1.HeaderClassName
{
color: #C329BC;
}
.AnyTagClassName
{
color: #C329BC;
}
</style>
background-color css
<style>
a { background-color: #C329BC; }
a { background-color: rgb(195,41,188); }
div.DivClassName
{
background-color: #C329BC;
}
.BgClassName
{
background-color: #C329BC;
}
</style>
border-color css
<style>
span { border-color: #C329BC; }
span { border-color: rgb(195,41,188); }
td.TdClassName
{
border-color: #C329BC;
}
.TagClassName
{
border-color: #C329BC;
}
</style>