Shades of Fuchsia #C947CA
Tints of Fuchsia #C947CA
RGB
CMYK
RGB Variations
Color information
#C947CA (or 0xC947CA) is known color: Fuchsia. HEX triplet: C9, 47 and CA. RGB value is (201,71,202). Sum of RGB (Red+Green+Blue) = 201+71+202=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 71 (28.12% from 255 or 14.98% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #C947CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C947CA is #36B835. Grayscale: #7C7C7C. Windows color (decimal): -3586102 or 13256649. OLE color: 13256649.
HSL color Cylindrical-coordinate representation of color #C947CA: hue angle of 299.54º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C947CA is Cyan = 0.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 202 | - |
| CMYK | 0.00 | 0.65 | 0 | 0.21 |
| HSL | 299.54º | 0.55% | 0.54% | - |
| HSV(B) | 299.54º | 0.65% | 0.79% | - |
| XYZ | 37 | 21.19 | 58.02 | - |
| YUV | 124.8 | 171.57 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 202 | 0.00 | 0.65 | 0 | 0.21 | 299.54 | 0.55 | 0.54 |
| Hex | C9 | 47 | CA | 0 | 41 | 0 | 15 | 12C | 37 | 36 |
| Octal | 311 | 107 | 312 | 0 | 101 | 0 | 25 | 454 | 67 | 66 |
| Binary | 11001001 | 1000111 | 11001010 | 0 | 1000001 | 0 | 10101 | 100101100 | 110111 | 110110 |
Color Harmonies of #C947CA
Complementary color
Monochromatic Colors of #C947CA
Black with #C947CA
Text Example
Text Example
White with #C947CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C947CA; }
p { color: rgb(201,71,202); }
H1.HeaderClassName
{
color: #C947CA;
}
.AnyTagClassName
{
color: #C947CA;
}
</style>
background-color css
<style>
a { background-color: #C947CA; }
a { background-color: rgb(201,71,202); }
div.DivClassName
{
background-color: #C947CA;
}
.BgClassName
{
background-color: #C947CA;
}
</style>
border-color css
<style>
span { border-color: #C947CA; }
span { border-color: rgb(201,71,202); }
td.TdClassName
{
border-color: #C947CA;
}
.TagClassName
{
border-color: #C947CA;
}
</style>