Shades of Fuchsia #C946D0
Tints of Fuchsia #C946D0
RGB
CMYK
RGB Variations
Color information
#C946D0 (or 0xC946D0) is known color: Fuchsia. HEX triplet: C9, 46 and D0. RGB value is (201,70,208). Sum of RGB (Red+Green+Blue) = 201+70+208=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 70 (27.73% from 255 or 14.61% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #C946D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C946D0 is #36B92F. Grayscale: #7C7C7C. Windows color (decimal): -3586352 or 13649609. OLE color: 13649609.
HSL color Cylindrical-coordinate representation of color #C946D0: hue angle of 296.96º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C946D0 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 70 | 208 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.18 |
| HSL | 296.96º | 0.59% | 0.55% | - |
| HSV(B) | 296.96º | 0.66% | 0.82% | - |
| XYZ | 37.66 | 21.35 | 61.81 | - |
| YUV | 124.9 | 174.9 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 208 | 0.03 | 0.66 | 0 | 0.18 | 296.96 | 0.59 | 0.55 |
| Hex | C9 | 46 | D0 | 3 | 42 | 0 | 12 | 129 | 3B | 37 |
| Octal | 311 | 106 | 320 | 3 | 102 | 0 | 22 | 451 | 73 | 67 |
| Binary | 11001001 | 1000110 | 11010000 | 11 | 1000010 | 0 | 10010 | 100101001 | 111011 | 110111 |
Color Harmonies of #C946D0
Complementary color
Monochromatic Colors of #C946D0
Black with #C946D0
Text Example
Text Example
White with #C946D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C946D0; }
p { color: rgb(201,70,208); }
H1.HeaderClassName
{
color: #C946D0;
}
.AnyTagClassName
{
color: #C946D0;
}
</style>
background-color css
<style>
a { background-color: #C946D0; }
a { background-color: rgb(201,70,208); }
div.DivClassName
{
background-color: #C946D0;
}
.BgClassName
{
background-color: #C946D0;
}
</style>
border-color css
<style>
span { border-color: #C946D0; }
span { border-color: rgb(201,70,208); }
td.TdClassName
{
border-color: #C946D0;
}
.TagClassName
{
border-color: #C946D0;
}
</style>