Shades of Fuchsia #C946C8
Tints of Fuchsia #C946C8
RGB
CMYK
RGB Variations
Color information
#C946C8 (or 0xC946C8) is known color: Fuchsia. HEX triplet: C9, 46 and C8. RGB value is (201,70,200). Sum of RGB (Red+Green+Blue) = 201+70+200=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 70 (27.73% from 255 or 14.86% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C946C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C946C8 is #36B937. Grayscale: #7B7B7B. Windows color (decimal): -3586360 or 13125321. OLE color: 13125321.
HSL color Cylindrical-coordinate representation of color #C946C8: hue angle of 300.46º 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 #C946C8 is Cyan = 0, Magento = 0.65, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 200 | - |
| CMYK | 0 | 0.65 | 0.00 | 0.21 |
| HSL | 300.46º | 0.55% | 0.53% | - |
| HSV(B) | 300.46º | 0.65% | 0.79% | - |
| XYZ | 36.7 | 20.97 | 56.76 | - |
| YUV | 123.99 | 170.9 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 200 | 0 | 0.65 | 0.00 | 0.21 | 300.46 | 0.55 | 0.53 |
| Hex | C9 | 46 | C8 | 0 | 41 | 0 | 15 | 12C | 37 | 35 |
| Octal | 311 | 106 | 310 | 0 | 101 | 0 | 25 | 454 | 67 | 65 |
| Binary | 11001001 | 1000110 | 11001000 | 0 | 1000001 | 0 | 10101 | 100101100 | 110111 | 110101 |
Color Harmonies of #C946C8
Complementary color
Monochromatic Colors of #C946C8
Black with #C946C8
Text Example
Text Example
White with #C946C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C946C8; }
p { color: rgb(201,70,200); }
H1.HeaderClassName
{
color: #C946C8;
}
.AnyTagClassName
{
color: #C946C8;
}
</style>
background-color css
<style>
a { background-color: #C946C8; }
a { background-color: rgb(201,70,200); }
div.DivClassName
{
background-color: #C946C8;
}
.BgClassName
{
background-color: #C946C8;
}
</style>
border-color css
<style>
span { border-color: #C946C8; }
span { border-color: rgb(201,70,200); }
td.TdClassName
{
border-color: #C946C8;
}
.TagClassName
{
border-color: #C946C8;
}
</style>