Shades of Fuchsia #C946C5
Tints of Fuchsia #C946C5
RGB
CMYK
RGB Variations
Color information
#C946C5 (or 0xC946C5) is known color: Fuchsia. HEX triplet: C9, 46 and C5. RGB value is (201,70,197). Sum of RGB (Red+Green+Blue) = 201+70+197=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 70 (27.73% from 255 or 14.96% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C946C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C946C5 is #36B93A. Grayscale: #7B7B7B. Windows color (decimal): -3586363 or 12928713. OLE color: 12928713.
HSL color Cylindrical-coordinate representation of color #C946C5: hue angle of 301.83º 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 #C946C5 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 197 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.21 |
| HSL | 301.83º | 0.55% | 0.53% | - |
| HSV(B) | 301.83º | 0.65% | 0.79% | - |
| XYZ | 36.36 | 20.83 | 54.93 | - |
| YUV | 123.65 | 169.4 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 197 | 0 | 0.65 | 0.02 | 0.21 | 301.83 | 0.55 | 0.53 |
| Hex | C9 | 46 | C5 | 0 | 41 | 2 | 15 | 12E | 37 | 35 |
| Octal | 311 | 106 | 305 | 0 | 101 | 2 | 25 | 456 | 67 | 65 |
| Binary | 11001001 | 1000110 | 11000101 | 0 | 1000001 | 10 | 10101 | 100101110 | 110111 | 110101 |
Color Harmonies of #C946C5
Complementary color
Monochromatic Colors of #C946C5
Black with #C946C5
Text Example
Text Example
White with #C946C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C946C5; }
p { color: rgb(201,70,197); }
H1.HeaderClassName
{
color: #C946C5;
}
.AnyTagClassName
{
color: #C946C5;
}
</style>
background-color css
<style>
a { background-color: #C946C5; }
a { background-color: rgb(201,70,197); }
div.DivClassName
{
background-color: #C946C5;
}
.BgClassName
{
background-color: #C946C5;
}
</style>
border-color css
<style>
span { border-color: #C946C5; }
span { border-color: rgb(201,70,197); }
td.TdClassName
{
border-color: #C946C5;
}
.TagClassName
{
border-color: #C946C5;
}
</style>