Shades of Fuchsia #C946C6
Tints of Fuchsia #C946C6
RGB
CMYK
RGB Variations
Color information
#C946C6 (or 0xC946C6) is known color: Fuchsia. HEX triplet: C9, 46 and C6. RGB value is (201,70,198). Sum of RGB (Red+Green+Blue) = 201+70+198=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 70 (27.73% from 255 or 14.93% from 469); Blue value is 198 (77.73% from 255 or 42.22% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C946C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C946C6 is #36B939. Grayscale: #7B7B7B. Windows color (decimal): -3586362 or 12994249. OLE color: 12994249.
HSL color Cylindrical-coordinate representation of color #C946C6: hue angle of 301.37º 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 #C946C6 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 198 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.21 |
| HSL | 301.37º | 0.55% | 0.53% | - |
| HSV(B) | 301.37º | 0.65% | 0.79% | - |
| XYZ | 36.47 | 20.88 | 55.53 | - |
| YUV | 123.76 | 169.9 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 198 | 0 | 0.65 | 0.01 | 0.21 | 301.37 | 0.55 | 0.53 |
| Hex | C9 | 46 | C6 | 0 | 41 | 1 | 15 | 12D | 37 | 35 |
| Octal | 311 | 106 | 306 | 0 | 101 | 1 | 25 | 455 | 67 | 65 |
| Binary | 11001001 | 1000110 | 11000110 | 0 | 1000001 | 1 | 10101 | 100101101 | 110111 | 110101 |
Color Harmonies of #C946C6
Complementary color
Monochromatic Colors of #C946C6
Black with #C946C6
Text Example
Text Example
White with #C946C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C946C6; }
p { color: rgb(201,70,198); }
H1.HeaderClassName
{
color: #C946C6;
}
.AnyTagClassName
{
color: #C946C6;
}
</style>
background-color css
<style>
a { background-color: #C946C6; }
a { background-color: rgb(201,70,198); }
div.DivClassName
{
background-color: #C946C6;
}
.BgClassName
{
background-color: #C946C6;
}
</style>
border-color css
<style>
span { border-color: #C946C6; }
span { border-color: rgb(201,70,198); }
td.TdClassName
{
border-color: #C946C6;
}
.TagClassName
{
border-color: #C946C6;
}
</style>