Shades of Fuchsia #C029B9
Tints of Fuchsia #C029B9
RGB
CMYK
RGB Variations
Color information
#C029B9 (or 0xC029B9) is known color: Fuchsia. HEX triplet: C0, 29 and B9. RGB value is (192,41,185). Sum of RGB (Red+Green+Blue) = 192+41+185=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 185 (72.66% from 255 or 44.26% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C029B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C029B9 is #3FD646. Grayscale: #666666. Windows color (decimal): -4183623 or 12134848. OLE color: 12134848.
HSL color Cylindrical-coordinate representation of color #C029B9: hue angle of 302.78º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C029B9 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 41 | 185 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.25 |
| HSL | 302.78º | 0.65% | 0.46% | - |
| HSV(B) | 302.78º | 0.79% | 0.75% | - |
| XYZ | 31.29 | 16.3 | 47.4 | - |
| YUV | 102.57 | 174.53 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 41 | 185 | 0 | 0.79 | 0.04 | 0.25 | 302.78 | 0.65 | 0.46 |
| Hex | C0 | 29 | B9 | 0 | 4F | 4 | 19 | 12F | 41 | 2E |
| Octal | 300 | 51 | 271 | 0 | 117 | 4 | 31 | 457 | 101 | 56 |
| Binary | 11000000 | 101001 | 10111001 | 0 | 1001111 | 100 | 11001 | 100101111 | 1000001 | 101110 |
Color Harmonies of #C029B9
Complementary color
Monochromatic Colors of #C029B9
Black with #C029B9
Text Example
Text Example
White with #C029B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C029B9; }
p { color: rgb(192,41,185); }
H1.HeaderClassName
{
color: #C029B9;
}
.AnyTagClassName
{
color: #C029B9;
}
</style>
background-color css
<style>
a { background-color: #C029B9; }
a { background-color: rgb(192,41,185); }
div.DivClassName
{
background-color: #C029B9;
}
.BgClassName
{
background-color: #C029B9;
}
</style>
border-color css
<style>
span { border-color: #C029B9; }
span { border-color: rgb(192,41,185); }
td.TdClassName
{
border-color: #C029B9;
}
.TagClassName
{
border-color: #C029B9;
}
</style>