Shades of Fuchsia #C829BA
Tints of Fuchsia #C829BA
RGB
CMYK
RGB Variations
Color information
#C829BA (or 0xC829BA) is known color: Fuchsia. HEX triplet: C8, 29 and BA. RGB value is (200,41,186). Sum of RGB (Red+Green+Blue) = 200+41+186=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C829BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C829BA is #37D645. Grayscale: #686868. Windows color (decimal): -3659334 or 12200392. OLE color: 12200392.
HSL color Cylindrical-coordinate representation of color #C829BA: hue angle of 305.28º 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 #C829BA is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 186 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.22 |
| HSL | 305.28º | 0.66% | 0.47% | - |
| HSV(B) | 305.28º | 0.8% | 0.78% | - |
| XYZ | 33.48 | 17.41 | 48.05 | - |
| YUV | 105.07 | 173.68 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 186 | 0 | 0.80 | 0.07 | 0.22 | 305.28 | 0.66 | 0.47 |
| Hex | C8 | 29 | BA | 0 | 50 | 7 | 16 | 131 | 42 | 2F |
| Octal | 310 | 51 | 272 | 0 | 120 | 7 | 26 | 461 | 102 | 57 |
| Binary | 11001000 | 101001 | 10111010 | 0 | 1010000 | 111 | 10110 | 100110001 | 1000010 | 101111 |
Color Harmonies of #C829BA
Complementary color
Monochromatic Colors of #C829BA
Black with #C829BA
Text Example
Text Example
White with #C829BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C829BA; }
p { color: rgb(200,41,186); }
H1.HeaderClassName
{
color: #C829BA;
}
.AnyTagClassName
{
color: #C829BA;
}
</style>
background-color css
<style>
a { background-color: #C829BA; }
a { background-color: rgb(200,41,186); }
div.DivClassName
{
background-color: #C829BA;
}
.BgClassName
{
background-color: #C829BA;
}
</style>
border-color css
<style>
span { border-color: #C829BA; }
span { border-color: rgb(200,41,186); }
td.TdClassName
{
border-color: #C829BA;
}
.TagClassName
{
border-color: #C829BA;
}
</style>