Shades of Fuchsia #C946BE
Tints of Fuchsia #C946BE
RGB
CMYK
RGB Variations
Color information
#C946BE (or 0xC946BE) is known color: Fuchsia. HEX triplet: C9, 46 and BE. RGB value is (201,70,190). Sum of RGB (Red+Green+Blue) = 201+70+190=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 70 (27.73% from 255 or 15.18% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C946BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C946BE is #36B941. Grayscale: #7A7A7A. Windows color (decimal): -3586370 or 12469961. OLE color: 12469961.
HSL color Cylindrical-coordinate representation of color #C946BE: hue angle of 305.04º 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 #C946BE is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 190 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.21 |
| HSL | 305.04º | 0.55% | 0.53% | - |
| HSV(B) | 305.04º | 0.65% | 0.79% | - |
| XYZ | 35.57 | 20.52 | 50.8 | - |
| YUV | 122.85 | 165.9 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 190 | 0 | 0.65 | 0.05 | 0.21 | 305.04 | 0.55 | 0.53 |
| Hex | C9 | 46 | BE | 0 | 41 | 5 | 15 | 131 | 37 | 35 |
| Octal | 311 | 106 | 276 | 0 | 101 | 5 | 25 | 461 | 67 | 65 |
| Binary | 11001001 | 1000110 | 10111110 | 0 | 1000001 | 101 | 10101 | 100110001 | 110111 | 110101 |
Color Harmonies of #C946BE
Complementary color
Monochromatic Colors of #C946BE
Black with #C946BE
Text Example
Text Example
White with #C946BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C946BE; }
p { color: rgb(201,70,190); }
H1.HeaderClassName
{
color: #C946BE;
}
.AnyTagClassName
{
color: #C946BE;
}
</style>
background-color css
<style>
a { background-color: #C946BE; }
a { background-color: rgb(201,70,190); }
div.DivClassName
{
background-color: #C946BE;
}
.BgClassName
{
background-color: #C946BE;
}
</style>
border-color css
<style>
span { border-color: #C946BE; }
span { border-color: rgb(201,70,190); }
td.TdClassName
{
border-color: #C946BE;
}
.TagClassName
{
border-color: #C946BE;
}
</style>