Shades of Fuchsia #C849BD
Tints of Fuchsia #C849BD
RGB
CMYK
RGB Variations
Color information
#C849BD (or 0xC849BD) is known color: Fuchsia. HEX triplet: C8, 49 and BD. RGB value is (200,73,189). Sum of RGB (Red+Green+Blue) = 200+73+189=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C849BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C849BD is #37B642. Grayscale: #7B7B7B. Windows color (decimal): -3651139 or 12405192. OLE color: 12405192.
HSL color Cylindrical-coordinate representation of color #C849BD: hue angle of 305.2º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C849BD is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 189 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.22 |
| HSL | 305.2º | 0.54% | 0.54% | - |
| HSV(B) | 305.2º | 0.64% | 0.78% | - |
| XYZ | 35.39 | 20.72 | 50.28 | - |
| YUV | 124.2 | 164.58 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 189 | 0 | 0.64 | 0.06 | 0.22 | 305.2 | 0.54 | 0.54 |
| Hex | C8 | 49 | BD | 0 | 40 | 6 | 16 | 131 | 36 | 36 |
| Octal | 310 | 111 | 275 | 0 | 100 | 6 | 26 | 461 | 66 | 66 |
| Binary | 11001000 | 1001001 | 10111101 | 0 | 1000000 | 110 | 10110 | 100110001 | 110110 | 110110 |
Color Harmonies of #C849BD
Complementary color
Monochromatic Colors of #C849BD
Black with #C849BD
Text Example
Text Example
White with #C849BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C849BD; }
p { color: rgb(200,73,189); }
H1.HeaderClassName
{
color: #C849BD;
}
.AnyTagClassName
{
color: #C849BD;
}
</style>
background-color css
<style>
a { background-color: #C849BD; }
a { background-color: rgb(200,73,189); }
div.DivClassName
{
background-color: #C849BD;
}
.BgClassName
{
background-color: #C849BD;
}
</style>
border-color css
<style>
span { border-color: #C849BD; }
span { border-color: rgb(200,73,189); }
td.TdClassName
{
border-color: #C849BD;
}
.TagClassName
{
border-color: #C849BD;
}
</style>