Shades of Fuchsia #C849CE
Tints of Fuchsia #C849CE
RGB
CMYK
RGB Variations
Color information
#C849CE (or 0xC849CE) is known color: Fuchsia. HEX triplet: C8, 49 and CE. RGB value is (200,73,206). Sum of RGB (Red+Green+Blue) = 200+73+206=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 73 (28.91% from 255 or 15.24% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #C849CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C849CE is #37B631. Grayscale: #7D7D7D. Windows color (decimal): -3651122 or 13519304. OLE color: 13519304.
HSL color Cylindrical-coordinate representation of color #C849CE: hue angle of 297.29º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C849CE is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 73 | 206 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.19 |
| HSL | 297.29º | 0.58% | 0.55% | - |
| HSV(B) | 297.29º | 0.65% | 0.81% | - |
| XYZ | 37.34 | 21.5 | 60.57 | - |
| YUV | 126.14 | 173.08 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 206 | 0.03 | 0.65 | 0 | 0.19 | 297.29 | 0.58 | 0.55 |
| Hex | C8 | 49 | CE | 3 | 41 | 0 | 13 | 129 | 3A | 37 |
| Octal | 310 | 111 | 316 | 3 | 101 | 0 | 23 | 451 | 72 | 67 |
| Binary | 11001000 | 1001001 | 11001110 | 11 | 1000001 | 0 | 10011 | 100101001 | 111010 | 110111 |
Color Harmonies of #C849CE
Complementary color
Monochromatic Colors of #C849CE
Black with #C849CE
Text Example
Text Example
White with #C849CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C849CE; }
p { color: rgb(200,73,206); }
H1.HeaderClassName
{
color: #C849CE;
}
.AnyTagClassName
{
color: #C849CE;
}
</style>
background-color css
<style>
a { background-color: #C849CE; }
a { background-color: rgb(200,73,206); }
div.DivClassName
{
background-color: #C849CE;
}
.BgClassName
{
background-color: #C849CE;
}
</style>
border-color css
<style>
span { border-color: #C849CE; }
span { border-color: rgb(200,73,206); }
td.TdClassName
{
border-color: #C849CE;
}
.TagClassName
{
border-color: #C849CE;
}
</style>