Shades of Fuchsia #C849CD
Tints of Fuchsia #C849CD
RGB
CMYK
RGB Variations
Color information
#C849CD (or 0xC849CD) is known color: Fuchsia. HEX triplet: C8, 49 and CD. RGB value is (200,73,205). Sum of RGB (Red+Green+Blue) = 200+73+205=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 73 (28.91% from 255 or 15.27% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #C849CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C849CD is #37B632. Grayscale: #7D7D7D. Windows color (decimal): -3651123 or 13453768. OLE color: 13453768.
HSL color Cylindrical-coordinate representation of color #C849CD: hue angle of 297.73º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C849CD is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 73 | 205 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.20 |
| HSL | 297.73º | 0.57% | 0.55% | - |
| HSV(B) | 297.73º | 0.64% | 0.8% | - |
| XYZ | 37.22 | 21.45 | 59.94 | - |
| YUV | 126.02 | 172.58 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 205 | 0.02 | 0.64 | 0 | 0.20 | 297.73 | 0.57 | 0.55 |
| Hex | C8 | 49 | CD | 2 | 40 | 0 | 14 | 12A | 39 | 37 |
| Octal | 310 | 111 | 315 | 2 | 100 | 0 | 24 | 452 | 71 | 67 |
| Binary | 11001000 | 1001001 | 11001101 | 10 | 1000000 | 0 | 10100 | 100101010 | 111001 | 110111 |
Color Harmonies of #C849CD
Complementary color
Monochromatic Colors of #C849CD
Black with #C849CD
Text Example
Text Example
White with #C849CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C849CD; }
p { color: rgb(200,73,205); }
H1.HeaderClassName
{
color: #C849CD;
}
.AnyTagClassName
{
color: #C849CD;
}
</style>
background-color css
<style>
a { background-color: #C849CD; }
a { background-color: rgb(200,73,205); }
div.DivClassName
{
background-color: #C849CD;
}
.BgClassName
{
background-color: #C849CD;
}
</style>
border-color css
<style>
span { border-color: #C849CD; }
span { border-color: rgb(200,73,205); }
td.TdClassName
{
border-color: #C849CD;
}
.TagClassName
{
border-color: #C849CD;
}
</style>