Shades of Fuchsia #C849CC
Tints of Fuchsia #C849CC
RGB
CMYK
RGB Variations
Color information
#C849CC (or 0xC849CC) is known color: Fuchsia. HEX triplet: C8, 49 and CC. RGB value is (200,73,204). Sum of RGB (Red+Green+Blue) = 200+73+204=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #C849CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C849CC is #37B633. Grayscale: #7D7D7D. Windows color (decimal): -3651124 or 13388232. OLE color: 13388232.
HSL color Cylindrical-coordinate representation of color #C849CC: hue angle of 298.17º 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 #C849CC is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 73 | 204 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.2 |
| HSL | 298.17º | 0.56% | 0.54% | - |
| HSV(B) | 298.17º | 0.64% | 0.8% | - |
| XYZ | 37.1 | 21.4 | 59.3 | - |
| YUV | 125.91 | 172.08 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 204 | 0.02 | 0.64 | 0 | 0.2 | 298.17 | 0.56 | 0.54 |
| Hex | C8 | 49 | CC | 2 | 40 | 0 | 14 | 12A | 38 | 36 |
| Octal | 310 | 111 | 314 | 2 | 100 | 0 | 24 | 452 | 70 | 66 |
| Binary | 11001000 | 1001001 | 11001100 | 10 | 1000000 | 0 | 10100 | 100101010 | 111000 | 110110 |
Color Harmonies of #C849CC
Complementary color
Monochromatic Colors of #C849CC
Black with #C849CC
Text Example
Text Example
White with #C849CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C849CC; }
p { color: rgb(200,73,204); }
H1.HeaderClassName
{
color: #C849CC;
}
.AnyTagClassName
{
color: #C849CC;
}
</style>
background-color css
<style>
a { background-color: #C849CC; }
a { background-color: rgb(200,73,204); }
div.DivClassName
{
background-color: #C849CC;
}
.BgClassName
{
background-color: #C849CC;
}
</style>
border-color css
<style>
span { border-color: #C849CC; }
span { border-color: rgb(200,73,204); }
td.TdClassName
{
border-color: #C849CC;
}
.TagClassName
{
border-color: #C849CC;
}
</style>