Shades of Fuchsia #C956CD
Tints of Fuchsia #C956CD
RGB
CMYK
RGB Variations
Color information
#C956CD (or 0xC956CD) is known color: Fuchsia. HEX triplet: C9, 56 and CD. RGB value is (201,86,205). Sum of RGB (Red+Green+Blue) = 201+86+205=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 86 (33.98% from 255 or 17.48% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #C956CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C956CD is #36A932. Grayscale: #858585. Windows color (decimal): -3582259 or 13457097. OLE color: 13457097.
HSL color Cylindrical-coordinate representation of color #C956CD: hue angle of 297.98º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C956CD is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 86 | 205 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.20 |
| HSL | 297.98º | 0.54% | 0.57% | - |
| HSV(B) | 297.98º | 0.58% | 0.8% | - |
| XYZ | 38.43 | 23.48 | 60.26 | - |
| YUV | 133.95 | 168.1 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 205 | 0.02 | 0.58 | 0 | 0.20 | 297.98 | 0.54 | 0.57 |
| Hex | C9 | 56 | CD | 2 | 3A | 0 | 14 | 12A | 36 | 39 |
| Octal | 311 | 126 | 315 | 2 | 72 | 0 | 24 | 452 | 66 | 71 |
| Binary | 11001001 | 1010110 | 11001101 | 10 | 111010 | 0 | 10100 | 100101010 | 110110 | 111001 |
Color Harmonies of #C956CD
Complementary color
Monochromatic Colors of #C956CD
Black with #C956CD
Text Example
Text Example
White with #C956CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C956CD; }
p { color: rgb(201,86,205); }
H1.HeaderClassName
{
color: #C956CD;
}
.AnyTagClassName
{
color: #C956CD;
}
</style>
background-color css
<style>
a { background-color: #C956CD; }
a { background-color: rgb(201,86,205); }
div.DivClassName
{
background-color: #C956CD;
}
.BgClassName
{
background-color: #C956CD;
}
</style>
border-color css
<style>
span { border-color: #C956CD; }
span { border-color: rgb(201,86,205); }
td.TdClassName
{
border-color: #C956CD;
}
.TagClassName
{
border-color: #C956CD;
}
</style>