Shades of Fuchsia #C829BD
Tints of Fuchsia #C829BD
RGB
CMYK
RGB Variations
Color information
#C829BD (or 0xC829BD) is known color: Fuchsia. HEX triplet: C8, 29 and BD. RGB value is (200,41,189). Sum of RGB (Red+Green+Blue) = 200+41+189=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 41 (16.41% from 255 or 9.53% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C829BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C829BD is #37D642. Grayscale: #686868. Windows color (decimal): -3659331 or 12397000. OLE color: 12397000.
HSL color Cylindrical-coordinate representation of color #C829BD: hue angle of 304.15º 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 #C829BD is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 189 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.22 |
| HSL | 304.15º | 0.66% | 0.47% | - |
| HSV(B) | 304.15º | 0.8% | 0.78% | - |
| XYZ | 33.8 | 17.54 | 49.75 | - |
| YUV | 105.41 | 175.18 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 189 | 0 | 0.80 | 0.06 | 0.22 | 304.15 | 0.66 | 0.47 |
| Hex | C8 | 29 | BD | 0 | 50 | 6 | 16 | 130 | 42 | 2F |
| Octal | 310 | 51 | 275 | 0 | 120 | 6 | 26 | 460 | 102 | 57 |
| Binary | 11001000 | 101001 | 10111101 | 0 | 1010000 | 110 | 10110 | 100110000 | 1000010 | 101111 |
Color Harmonies of #C829BD
Complementary color
Monochromatic Colors of #C829BD
Black with #C829BD
Text Example
Text Example
White with #C829BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C829BD; }
p { color: rgb(200,41,189); }
H1.HeaderClassName
{
color: #C829BD;
}
.AnyTagClassName
{
color: #C829BD;
}
</style>
background-color css
<style>
a { background-color: #C829BD; }
a { background-color: rgb(200,41,189); }
div.DivClassName
{
background-color: #C829BD;
}
.BgClassName
{
background-color: #C829BD;
}
</style>
border-color css
<style>
span { border-color: #C829BD; }
span { border-color: rgb(200,41,189); }
td.TdClassName
{
border-color: #C829BD;
}
.TagClassName
{
border-color: #C829BD;
}
</style>