Shades of Fuchsia #C947BD
Tints of Fuchsia #C947BD
RGB
CMYK
RGB Variations
Color information
#C947BD (or 0xC947BD) is known color: Fuchsia. HEX triplet: C9, 47 and BD. RGB value is (201,71,189). Sum of RGB (Red+Green+Blue) = 201+71+189=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 71 (28.12% from 255 or 15.40% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C947BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C947BD is #36B842. Grayscale: #7A7A7A. Windows color (decimal): -3586115 or 12404681. OLE color: 12404681.
HSL color Cylindrical-coordinate representation of color #C947BD: hue angle of 305.54º 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 #C947BD is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 189 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.21 |
| HSL | 305.54º | 0.55% | 0.53% | - |
| HSV(B) | 305.54º | 0.65% | 0.79% | - |
| XYZ | 35.53 | 20.6 | 50.25 | - |
| YUV | 123.32 | 165.07 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 189 | 0 | 0.65 | 0.06 | 0.21 | 305.54 | 0.55 | 0.53 |
| Hex | C9 | 47 | BD | 0 | 41 | 6 | 15 | 132 | 37 | 35 |
| Octal | 311 | 107 | 275 | 0 | 101 | 6 | 25 | 462 | 67 | 65 |
| Binary | 11001001 | 1000111 | 10111101 | 0 | 1000001 | 110 | 10101 | 100110010 | 110111 | 110101 |
Color Harmonies of #C947BD
Complementary color
Monochromatic Colors of #C947BD
Black with #C947BD
Text Example
Text Example
White with #C947BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C947BD; }
p { color: rgb(201,71,189); }
H1.HeaderClassName
{
color: #C947BD;
}
.AnyTagClassName
{
color: #C947BD;
}
</style>
background-color css
<style>
a { background-color: #C947BD; }
a { background-color: rgb(201,71,189); }
div.DivClassName
{
background-color: #C947BD;
}
.BgClassName
{
background-color: #C947BD;
}
</style>
border-color css
<style>
span { border-color: #C947BD; }
span { border-color: rgb(201,71,189); }
td.TdClassName
{
border-color: #C947BD;
}
.TagClassName
{
border-color: #C947BD;
}
</style>