Shades of Fuchsia #C029C0
Tints of Fuchsia #C029C0
RGB
CMYK
RGB Variations
Color information
#C029C0 (or 0xC029C0) is known color: Fuchsia. HEX triplet: C0, 29 and C0. RGB value is (192,41,192). Sum of RGB (Red+Green+Blue) = 192+41+192=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 192 (75.39% from 255 or 45.18% from 425); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C029C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C029C0 is #3FD63F. Grayscale: #666666. Windows color (decimal): -4183616 or 12593600. OLE color: 12593600.
HSL color Cylindrical-coordinate representation of color #C029C0: hue angle of 300º 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 #C029C0 is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 41 | 192 | - |
| CMYK | 0 | 0.79 | 0 | 0.25 |
| HSL | 300º | 0.65% | 0.46% | - |
| HSV(B) | 300º | 0.79% | 0.75% | - |
| XYZ | 32.05 | 16.6 | 51.38 | - |
| YUV | 103.36 | 178.03 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 41 | 192 | 0 | 0.79 | 0 | 0.25 | 300 | 0.65 | 0.46 |
| Hex | C0 | 29 | C0 | 0 | 4F | 0 | 19 | 12C | 41 | 2E |
| Octal | 300 | 51 | 300 | 0 | 117 | 0 | 31 | 454 | 101 | 56 |
| Binary | 11000000 | 101001 | 11000000 | 0 | 1001111 | 0 | 11001 | 100101100 | 1000001 | 101110 |
Color Harmonies of #C029C0
Complementary color
Monochromatic Colors of #C029C0
Black with #C029C0
Text Example
Text Example
White with #C029C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C029C0; }
p { color: rgb(192,41,192); }
H1.HeaderClassName
{
color: #C029C0;
}
.AnyTagClassName
{
color: #C029C0;
}
</style>
background-color css
<style>
a { background-color: #C029C0; }
a { background-color: rgb(192,41,192); }
div.DivClassName
{
background-color: #C029C0;
}
.BgClassName
{
background-color: #C029C0;
}
</style>
border-color css
<style>
span { border-color: #C029C0; }
span { border-color: rgb(192,41,192); }
td.TdClassName
{
border-color: #C029C0;
}
.TagClassName
{
border-color: #C029C0;
}
</style>