Shades of Fuchsia #C849CB
Tints of Fuchsia #C849CB
RGB
CMYK
RGB Variations
Color information
#C849CB (or 0xC849CB) is known color: Fuchsia. HEX triplet: C8, 49 and CB. RGB value is (200,73,203). Sum of RGB (Red+Green+Blue) = 200+73+203=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #C849CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C849CB is #37B634. Grayscale: #7D7D7D. Windows color (decimal): -3651125 or 13322696. OLE color: 13322696.
HSL color Cylindrical-coordinate representation of color #C849CB: hue angle of 298.62º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C849CB is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 73 | 203 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.20 |
| HSL | 298.62º | 0.56% | 0.54% | - |
| HSV(B) | 298.62º | 0.64% | 0.8% | - |
| XYZ | 36.98 | 21.36 | 58.67 | - |
| YUV | 125.79 | 171.58 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 203 | 0.01 | 0.64 | 0 | 0.20 | 298.62 | 0.56 | 0.54 |
| Hex | C8 | 49 | CB | 1 | 40 | 0 | 14 | 12B | 38 | 36 |
| Octal | 310 | 111 | 313 | 1 | 100 | 0 | 24 | 453 | 70 | 66 |
| Binary | 11001000 | 1001001 | 11001011 | 1 | 1000000 | 0 | 10100 | 100101011 | 111000 | 110110 |
Color Harmonies of #C849CB
Complementary color
Monochromatic Colors of #C849CB
Black with #C849CB
Text Example
Text Example
White with #C849CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C849CB; }
p { color: rgb(200,73,203); }
H1.HeaderClassName
{
color: #C849CB;
}
.AnyTagClassName
{
color: #C849CB;
}
</style>
background-color css
<style>
a { background-color: #C849CB; }
a { background-color: rgb(200,73,203); }
div.DivClassName
{
background-color: #C849CB;
}
.BgClassName
{
background-color: #C849CB;
}
</style>
border-color css
<style>
span { border-color: #C849CB; }
span { border-color: rgb(200,73,203); }
td.TdClassName
{
border-color: #C849CB;
}
.TagClassName
{
border-color: #C849CB;
}
</style>