Shades of Fuchsia #C872B9
Tints of Fuchsia #C872B9
RGB
CMYK
RGB Variations
Color information
#C872B9 (or 0xC872B9) is known color: Fuchsia. HEX triplet: C8, 72 and B9. RGB value is (200,114,185). Sum of RGB (Red+Green+Blue) = 200+114+185=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C872B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C872B9 is #378D46. Grayscale: #939393. Windows color (decimal): -3640647 or 12153544. OLE color: 12153544.
HSL color Cylindrical-coordinate representation of color #C872B9: hue angle of 310.47º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C872B9 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 114 | 185 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.22 |
| HSL | 310.47º | 0.44% | 0.62% | - |
| HSV(B) | 310.47º | 0.43% | 0.78% | - |
| XYZ | 38.59 | 27.82 | 49.23 | - |
| YUV | 147.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 185 | 0 | 0.43 | 0.08 | 0.22 | 310.47 | 0.44 | 0.62 |
| Hex | C8 | 72 | B9 | 0 | 2B | 8 | 16 | 136 | 2C | 3E |
| Octal | 310 | 162 | 271 | 0 | 53 | 10 | 26 | 466 | 54 | 76 |
| Binary | 11001000 | 1110010 | 10111001 | 0 | 101011 | 1000 | 10110 | 100110110 | 101100 | 111110 |
Color Harmonies of #C872B9
Complementary color
Monochromatic Colors of #C872B9
Black with #C872B9
Text Example
Text Example
White with #C872B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C872B9; }
p { color: rgb(200,114,185); }
H1.HeaderClassName
{
color: #C872B9;
}
.AnyTagClassName
{
color: #C872B9;
}
</style>
background-color css
<style>
a { background-color: #C872B9; }
a { background-color: rgb(200,114,185); }
div.DivClassName
{
background-color: #C872B9;
}
.BgClassName
{
background-color: #C872B9;
}
</style>
border-color css
<style>
span { border-color: #C872B9; }
span { border-color: rgb(200,114,185); }
td.TdClassName
{
border-color: #C872B9;
}
.TagClassName
{
border-color: #C872B9;
}
</style>