Shades of Fuchsia #C029B2
Tints of Fuchsia #C029B2
RGB
CMYK
RGB Variations
Color information
#C029B2 (or 0xC029B2) is known color: Fuchsia. HEX triplet: C0, 29 and B2. RGB value is (192,41,178). Sum of RGB (Red+Green+Blue) = 192+41+178=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 178 (69.92% from 255 or 43.31% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C029B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C029B2 is #3FD64D. Grayscale: #656565. Windows color (decimal): -4183630 or 11676096. OLE color: 11676096.
HSL color Cylindrical-coordinate representation of color #C029B2: hue angle of 305.56º 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 #C029B2 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 41 | 178 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.25 |
| HSL | 305.56º | 0.65% | 0.46% | - |
| HSV(B) | 305.56º | 0.79% | 0.75% | - |
| XYZ | 30.57 | 16.01 | 43.6 | - |
| YUV | 101.77 | 171.03 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 41 | 178 | 0 | 0.79 | 0.07 | 0.25 | 305.56 | 0.65 | 0.46 |
| Hex | C0 | 29 | B2 | 0 | 4F | 7 | 19 | 132 | 41 | 2E |
| Octal | 300 | 51 | 262 | 0 | 117 | 7 | 31 | 462 | 101 | 56 |
| Binary | 11000000 | 101001 | 10110010 | 0 | 1001111 | 111 | 11001 | 100110010 | 1000001 | 101110 |
Color Harmonies of #C029B2
Complementary color
Monochromatic Colors of #C029B2
Black with #C029B2
Text Example
Text Example
White with #C029B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C029B2; }
p { color: rgb(192,41,178); }
H1.HeaderClassName
{
color: #C029B2;
}
.AnyTagClassName
{
color: #C029B2;
}
</style>
background-color css
<style>
a { background-color: #C029B2; }
a { background-color: rgb(192,41,178); }
div.DivClassName
{
background-color: #C029B2;
}
.BgClassName
{
background-color: #C029B2;
}
</style>
border-color css
<style>
span { border-color: #C029B2; }
span { border-color: rgb(192,41,178); }
td.TdClassName
{
border-color: #C029B2;
}
.TagClassName
{
border-color: #C029B2;
}
</style>