Shades of Fuchsia #C729BB
Tints of Fuchsia #C729BB
RGB
CMYK
RGB Variations
Color information
#C729BB (or 0xC729BB) is known color: Fuchsia. HEX triplet: C7, 29 and BB. RGB value is (199,41,187). Sum of RGB (Red+Green+Blue) = 199+41+187=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C729BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C729BB is #38D644. Grayscale: #686868. Windows color (decimal): -3724869 or 12265927. OLE color: 12265927.
HSL color Cylindrical-coordinate representation of color #C729BB: hue angle of 304.56º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C729BB is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 187 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.22 |
| HSL | 304.56º | 0.66% | 0.47% | - |
| HSV(B) | 304.56º | 0.79% | 0.78% | - |
| XYZ | 33.32 | 17.32 | 48.6 | - |
| YUV | 104.89 | 174.35 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 187 | 0 | 0.79 | 0.06 | 0.22 | 304.56 | 0.66 | 0.47 |
| Hex | C7 | 29 | BB | 0 | 4F | 6 | 16 | 131 | 42 | 2F |
| Octal | 307 | 51 | 273 | 0 | 117 | 6 | 26 | 461 | 102 | 57 |
| Binary | 11000111 | 101001 | 10111011 | 0 | 1001111 | 110 | 10110 | 100110001 | 1000010 | 101111 |
Color Harmonies of #C729BB
Complementary color
Monochromatic Colors of #C729BB
Black with #C729BB
Text Example
Text Example
White with #C729BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C729BB; }
p { color: rgb(199,41,187); }
H1.HeaderClassName
{
color: #C729BB;
}
.AnyTagClassName
{
color: #C729BB;
}
</style>
background-color css
<style>
a { background-color: #C729BB; }
a { background-color: rgb(199,41,187); }
div.DivClassName
{
background-color: #C729BB;
}
.BgClassName
{
background-color: #C729BB;
}
</style>
border-color css
<style>
span { border-color: #C729BB; }
span { border-color: rgb(199,41,187); }
td.TdClassName
{
border-color: #C729BB;
}
.TagClassName
{
border-color: #C729BB;
}
</style>