Shades of Fuchsia #C947B9
Tints of Fuchsia #C947B9
RGB
CMYK
RGB Variations
Color information
#C947B9 (or 0xC947B9) is known color: Fuchsia. HEX triplet: C9, 47 and B9. RGB value is (201,71,185). Sum of RGB (Red+Green+Blue) = 201+71+185=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C947B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C947B9 is #36B846. Grayscale: #7A7A7A. Windows color (decimal): -3586119 or 12142537. OLE color: 12142537.
HSL color Cylindrical-coordinate representation of color #C947B9: hue angle of 307.38º 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 #C947B9 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 185 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.21 |
| HSL | 307.38º | 0.55% | 0.53% | - |
| HSV(B) | 307.38º | 0.65% | 0.79% | - |
| XYZ | 35.1 | 20.43 | 47.99 | - |
| YUV | 122.87 | 163.07 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 185 | 0 | 0.65 | 0.08 | 0.21 | 307.38 | 0.55 | 0.53 |
| Hex | C9 | 47 | B9 | 0 | 41 | 8 | 15 | 133 | 37 | 35 |
| Octal | 311 | 107 | 271 | 0 | 101 | 10 | 25 | 463 | 67 | 65 |
| Binary | 11001001 | 1000111 | 10111001 | 0 | 1000001 | 1000 | 10101 | 100110011 | 110111 | 110101 |
Color Harmonies of #C947B9
Complementary color
Monochromatic Colors of #C947B9
Black with #C947B9
Text Example
Text Example
White with #C947B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C947B9; }
p { color: rgb(201,71,185); }
H1.HeaderClassName
{
color: #C947B9;
}
.AnyTagClassName
{
color: #C947B9;
}
</style>
background-color css
<style>
a { background-color: #C947B9; }
a { background-color: rgb(201,71,185); }
div.DivClassName
{
background-color: #C947B9;
}
.BgClassName
{
background-color: #C947B9;
}
</style>
border-color css
<style>
span { border-color: #C947B9; }
span { border-color: rgb(201,71,185); }
td.TdClassName
{
border-color: #C947B9;
}
.TagClassName
{
border-color: #C947B9;
}
</style>