Shades of Fuchsia #C846D0
Tints of Fuchsia #C846D0
RGB
CMYK
RGB Variations
Color information
#C846D0 (or 0xC846D0) is known color: Fuchsia. HEX triplet: C8, 46 and D0. RGB value is (200,70,208). Sum of RGB (Red+Green+Blue) = 200+70+208=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 70 (27.73% from 255 or 14.64% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 208 - color contains mainly: blue. Hex color #C846D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C846D0 is #37B92F. Grayscale: #7C7C7C. Windows color (decimal): -3651888 or 13649608. OLE color: 13649608.
HSL color Cylindrical-coordinate representation of color #C846D0: hue angle of 296.52º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C846D0 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 70 | 208 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.18 |
| HSL | 296.52º | 0.59% | 0.55% | - |
| HSV(B) | 296.52º | 0.66% | 0.82% | - |
| XYZ | 37.39 | 21.21 | 61.8 | - |
| YUV | 124.6 | 175.07 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 208 | 0.04 | 0.66 | 0 | 0.18 | 296.52 | 0.59 | 0.55 |
| Hex | C8 | 46 | D0 | 4 | 42 | 0 | 12 | 129 | 3B | 37 |
| Octal | 310 | 106 | 320 | 4 | 102 | 0 | 22 | 451 | 73 | 67 |
| Binary | 11001000 | 1000110 | 11010000 | 100 | 1000010 | 0 | 10010 | 100101001 | 111011 | 110111 |
Color Harmonies of #C846D0
Complementary color
Monochromatic Colors of #C846D0
Black with #C846D0
Text Example
Text Example
White with #C846D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C846D0; }
p { color: rgb(200,70,208); }
H1.HeaderClassName
{
color: #C846D0;
}
.AnyTagClassName
{
color: #C846D0;
}
</style>
background-color css
<style>
a { background-color: #C846D0; }
a { background-color: rgb(200,70,208); }
div.DivClassName
{
background-color: #C846D0;
}
.BgClassName
{
background-color: #C846D0;
}
</style>
border-color css
<style>
span { border-color: #C846D0; }
span { border-color: rgb(200,70,208); }
td.TdClassName
{
border-color: #C846D0;
}
.TagClassName
{
border-color: #C846D0;
}
</style>