Shades of Fuchsia #C946C0
Tints of Fuchsia #C946C0
RGB
CMYK
RGB Variations
Color information
#C946C0 (or 0xC946C0) is known color: Fuchsia. HEX triplet: C9, 46 and C0. RGB value is (201,70,192). Sum of RGB (Red+Green+Blue) = 201+70+192=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C946C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C946C0 is #36B93F. Grayscale: #7A7A7A. Windows color (decimal): -3586368 or 12601033. OLE color: 12601033.
HSL color Cylindrical-coordinate representation of color #C946C0: hue angle of 304.12º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C946C0 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 192 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.21 |
| HSL | 304.12º | 0.55% | 0.53% | - |
| HSV(B) | 304.12º | 0.65% | 0.79% | - |
| XYZ | 35.79 | 20.6 | 51.96 | - |
| YUV | 123.08 | 166.9 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 192 | 0 | 0.65 | 0.04 | 0.21 | 304.12 | 0.55 | 0.53 |
| Hex | C9 | 46 | C0 | 0 | 41 | 4 | 15 | 130 | 37 | 35 |
| Octal | 311 | 106 | 300 | 0 | 101 | 4 | 25 | 460 | 67 | 65 |
| Binary | 11001001 | 1000110 | 11000000 | 0 | 1000001 | 100 | 10101 | 100110000 | 110111 | 110101 |
Color Harmonies of #C946C0
Complementary color
Monochromatic Colors of #C946C0
Black with #C946C0
Text Example
Text Example
White with #C946C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C946C0; }
p { color: rgb(201,70,192); }
H1.HeaderClassName
{
color: #C946C0;
}
.AnyTagClassName
{
color: #C946C0;
}
</style>
background-color css
<style>
a { background-color: #C946C0; }
a { background-color: rgb(201,70,192); }
div.DivClassName
{
background-color: #C946C0;
}
.BgClassName
{
background-color: #C946C0;
}
</style>
border-color css
<style>
span { border-color: #C946C0; }
span { border-color: rgb(201,70,192); }
td.TdClassName
{
border-color: #C946C0;
}
.TagClassName
{
border-color: #C946C0;
}
</style>