Shades of Fuchsia #C829BB
Tints of Fuchsia #C829BB
RGB
CMYK
RGB Variations
Color information
#C829BB (or 0xC829BB) is known color: Fuchsia. HEX triplet: C8, 29 and BB. RGB value is (200,41,187). Sum of RGB (Red+Green+Blue) = 200+41+187=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 41 (16.41% from 255 or 9.58% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C829BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C829BB is #37D644. Grayscale: #686868. Windows color (decimal): -3659333 or 12265928. OLE color: 12265928.
HSL color Cylindrical-coordinate representation of color #C829BB: hue angle of 304.91º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C829BB is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 187 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.22 |
| HSL | 304.91º | 0.66% | 0.47% | - |
| HSV(B) | 304.91º | 0.8% | 0.78% | - |
| XYZ | 33.58 | 17.45 | 48.61 | - |
| YUV | 105.19 | 174.18 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 187 | 0 | 0.80 | 0.06 | 0.22 | 304.91 | 0.66 | 0.47 |
| Hex | C8 | 29 | BB | 0 | 50 | 6 | 16 | 131 | 42 | 2F |
| Octal | 310 | 51 | 273 | 0 | 120 | 6 | 26 | 461 | 102 | 57 |
| Binary | 11001000 | 101001 | 10111011 | 0 | 1010000 | 110 | 10110 | 100110001 | 1000010 | 101111 |
Color Harmonies of #C829BB
Complementary color
Monochromatic Colors of #C829BB
Black with #C829BB
Text Example
Text Example
White with #C829BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C829BB; }
p { color: rgb(200,41,187); }
H1.HeaderClassName
{
color: #C829BB;
}
.AnyTagClassName
{
color: #C829BB;
}
</style>
background-color css
<style>
a { background-color: #C829BB; }
a { background-color: rgb(200,41,187); }
div.DivClassName
{
background-color: #C829BB;
}
.BgClassName
{
background-color: #C829BB;
}
</style>
border-color css
<style>
span { border-color: #C829BB; }
span { border-color: rgb(200,41,187); }
td.TdClassName
{
border-color: #C829BB;
}
.TagClassName
{
border-color: #C829BB;
}
</style>