Shades of Fuchsia #C946BC
Tints of Fuchsia #C946BC
RGB
CMYK
RGB Variations
Color information
#C946BC (or 0xC946BC) is known color: Fuchsia. HEX triplet: C9, 46 and BC. RGB value is (201,70,188). Sum of RGB (Red+Green+Blue) = 201+70+188=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 70 (27.73% from 255 or 15.25% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C946BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C946BC is #36B943. Grayscale: #7A7A7A. Windows color (decimal): -3586372 or 12338889. OLE color: 12338889.
HSL color Cylindrical-coordinate representation of color #C946BC: hue angle of 305.95º 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 #C946BC is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 188 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.21 |
| HSL | 305.95º | 0.55% | 0.53% | - |
| HSV(B) | 305.95º | 0.65% | 0.79% | - |
| XYZ | 35.35 | 20.43 | 49.66 | - |
| YUV | 122.62 | 164.9 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 188 | 0 | 0.65 | 0.06 | 0.21 | 305.95 | 0.55 | 0.53 |
| Hex | C9 | 46 | BC | 0 | 41 | 6 | 15 | 132 | 37 | 35 |
| Octal | 311 | 106 | 274 | 0 | 101 | 6 | 25 | 462 | 67 | 65 |
| Binary | 11001001 | 1000110 | 10111100 | 0 | 1000001 | 110 | 10101 | 100110010 | 110111 | 110101 |
Color Harmonies of #C946BC
Complementary color
Monochromatic Colors of #C946BC
Black with #C946BC
Text Example
Text Example
White with #C946BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C946BC; }
p { color: rgb(201,70,188); }
H1.HeaderClassName
{
color: #C946BC;
}
.AnyTagClassName
{
color: #C946BC;
}
</style>
background-color css
<style>
a { background-color: #C946BC; }
a { background-color: rgb(201,70,188); }
div.DivClassName
{
background-color: #C946BC;
}
.BgClassName
{
background-color: #C946BC;
}
</style>
border-color css
<style>
span { border-color: #C946BC; }
span { border-color: rgb(201,70,188); }
td.TdClassName
{
border-color: #C946BC;
}
.TagClassName
{
border-color: #C946BC;
}
</style>