Shades of Fuchsia #C846C1
Tints of Fuchsia #C846C1
RGB
CMYK
RGB Variations
Color information
#C846C1 (or 0xC846C1) is known color: Fuchsia. HEX triplet: C8, 46 and C1. RGB value is (200,70,193). Sum of RGB (Red+Green+Blue) = 200+70+193=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C846C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C846C1 is #37B93E. Grayscale: #7A7A7A. Windows color (decimal): -3651903 or 12666568. OLE color: 12666568.
HSL color Cylindrical-coordinate representation of color #C846C1: hue angle of 303.23º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C846C1 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 70 | 193 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.22 |
| HSL | 303.23º | 0.54% | 0.53% | - |
| HSV(B) | 303.23º | 0.65% | 0.78% | - |
| XYZ | 35.64 | 20.51 | 52.53 | - |
| YUV | 122.89 | 167.57 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 193 | 0 | 0.65 | 0.04 | 0.22 | 303.23 | 0.54 | 0.53 |
| Hex | C8 | 46 | C1 | 0 | 41 | 4 | 16 | 12F | 36 | 35 |
| Octal | 310 | 106 | 301 | 0 | 101 | 4 | 26 | 457 | 66 | 65 |
| Binary | 11001000 | 1000110 | 11000001 | 0 | 1000001 | 100 | 10110 | 100101111 | 110110 | 110101 |
Color Harmonies of #C846C1
Complementary color
Monochromatic Colors of #C846C1
Black with #C846C1
Text Example
Text Example
White with #C846C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C846C1; }
p { color: rgb(200,70,193); }
H1.HeaderClassName
{
color: #C846C1;
}
.AnyTagClassName
{
color: #C846C1;
}
</style>
background-color css
<style>
a { background-color: #C846C1; }
a { background-color: rgb(200,70,193); }
div.DivClassName
{
background-color: #C846C1;
}
.BgClassName
{
background-color: #C846C1;
}
</style>
border-color css
<style>
span { border-color: #C846C1; }
span { border-color: rgb(200,70,193); }
td.TdClassName
{
border-color: #C846C1;
}
.TagClassName
{
border-color: #C846C1;
}
</style>