Shades of Fuchsia #C849D1
Tints of Fuchsia #C849D1
RGB
CMYK
RGB Variations
Color information
#C849D1 (or 0xC849D1) is known color: Fuchsia. HEX triplet: C8, 49 and D1. RGB value is (200,73,209). Sum of RGB (Red+Green+Blue) = 200+73+209=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 209 - color contains mainly: blue. Hex color #C849D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C849D1 is #37B62E. Grayscale: #7E7E7E. Windows color (decimal): -3651119 or 13715912. OLE color: 13715912.
HSL color Cylindrical-coordinate representation of color #C849D1: hue angle of 296.03º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C849D1 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 73 | 209 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.18 |
| HSL | 296.03º | 0.6% | 0.55% | - |
| HSV(B) | 296.03º | 0.65% | 0.82% | - |
| XYZ | 37.71 | 21.65 | 62.51 | - |
| YUV | 126.48 | 174.58 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 209 | 0.04 | 0.65 | 0 | 0.18 | 296.03 | 0.6 | 0.55 |
| Hex | C8 | 49 | D1 | 4 | 41 | 0 | 12 | 128 | 3C | 37 |
| Octal | 310 | 111 | 321 | 4 | 101 | 0 | 22 | 450 | 74 | 67 |
| Binary | 11001000 | 1001001 | 11010001 | 100 | 1000001 | 0 | 10010 | 100101000 | 111100 | 110111 |
Color Harmonies of #C849D1
Complementary color
Monochromatic Colors of #C849D1
Black with #C849D1
Text Example
Text Example
White with #C849D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C849D1; }
p { color: rgb(200,73,209); }
H1.HeaderClassName
{
color: #C849D1;
}
.AnyTagClassName
{
color: #C849D1;
}
</style>
background-color css
<style>
a { background-color: #C849D1; }
a { background-color: rgb(200,73,209); }
div.DivClassName
{
background-color: #C849D1;
}
.BgClassName
{
background-color: #C849D1;
}
</style>
border-color css
<style>
span { border-color: #C849D1; }
span { border-color: rgb(200,73,209); }
td.TdClassName
{
border-color: #C849D1;
}
.TagClassName
{
border-color: #C849D1;
}
</style>