Shades of Fuchsia #C56CC9
Tints of Fuchsia #C56CC9
RGB
CMYK
RGB Variations
Color information
#C56CC9 (or 0xC56CC9) is known color: Fuchsia. HEX triplet: C5, 6C and C9. RGB value is (197,108,201). Sum of RGB (Red+Green+Blue) = 197+108+201=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 201 - color contains mainly: blue. Hex color #C56CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56CC9 is #3A9336. Grayscale: #909090. Windows color (decimal): -3838775 or 13200581. OLE color: 13200581.
HSL color Cylindrical-coordinate representation of color #C56CC9: hue angle of 297.42º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C56CC9 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 108 | 201 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.21 |
| HSL | 297.42º | 0.46% | 0.61% | - |
| HSV(B) | 297.42º | 0.46% | 0.79% | - |
| XYZ | 38.93 | 26.81 | 58.38 | - |
| YUV | 145.21 | 159.49 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 201 | 0.02 | 0.46 | 0 | 0.21 | 297.42 | 0.46 | 0.61 |
| Hex | C5 | 6C | C9 | 2 | 2E | 0 | 15 | 129 | 2E | 3D |
| Octal | 305 | 154 | 311 | 2 | 56 | 0 | 25 | 451 | 56 | 75 |
| Binary | 11000101 | 1101100 | 11001001 | 10 | 101110 | 0 | 10101 | 100101001 | 101110 | 111101 |
Color Harmonies of #C56CC9
Complementary color
Monochromatic Colors of #C56CC9
Black with #C56CC9
Text Example
Text Example
White with #C56CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56CC9; }
p { color: rgb(197,108,201); }
H1.HeaderClassName
{
color: #C56CC9;
}
.AnyTagClassName
{
color: #C56CC9;
}
</style>
background-color css
<style>
a { background-color: #C56CC9; }
a { background-color: rgb(197,108,201); }
div.DivClassName
{
background-color: #C56CC9;
}
.BgClassName
{
background-color: #C56CC9;
}
</style>
border-color css
<style>
span { border-color: #C56CC9; }
span { border-color: rgb(197,108,201); }
td.TdClassName
{
border-color: #C56CC9;
}
.TagClassName
{
border-color: #C56CC9;
}
</style>