Shades of Fuchsia #C958CD
Tints of Fuchsia #C958CD
RGB
CMYK
RGB Variations
Color information
#C958CD (or 0xC958CD) is known color: Fuchsia. HEX triplet: C9, 58 and CD. RGB value is (201,88,205). Sum of RGB (Red+Green+Blue) = 201+88+205=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 88 (34.77% from 255 or 17.81% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #C958CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C958CD is #36A732. Grayscale: #868686. Windows color (decimal): -3581747 or 13457609. OLE color: 13457609.
HSL color Cylindrical-coordinate representation of color #C958CD: hue angle of 297.95º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C958CD is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 88 | 205 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.20 |
| HSL | 297.95º | 0.54% | 0.57% | - |
| HSV(B) | 297.95º | 0.57% | 0.8% | - |
| XYZ | 38.6 | 23.8 | 60.32 | - |
| YUV | 135.13 | 167.44 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 205 | 0.02 | 0.57 | 0 | 0.20 | 297.95 | 0.54 | 0.57 |
| Hex | C9 | 58 | CD | 2 | 39 | 0 | 14 | 12A | 36 | 39 |
| Octal | 311 | 130 | 315 | 2 | 71 | 0 | 24 | 452 | 66 | 71 |
| Binary | 11001001 | 1011000 | 11001101 | 10 | 111001 | 0 | 10100 | 100101010 | 110110 | 111001 |
Color Harmonies of #C958CD
Complementary color
Monochromatic Colors of #C958CD
Black with #C958CD
Text Example
Text Example
White with #C958CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C958CD; }
p { color: rgb(201,88,205); }
H1.HeaderClassName
{
color: #C958CD;
}
.AnyTagClassName
{
color: #C958CD;
}
</style>
background-color css
<style>
a { background-color: #C958CD; }
a { background-color: rgb(201,88,205); }
div.DivClassName
{
background-color: #C958CD;
}
.BgClassName
{
background-color: #C958CD;
}
</style>
border-color css
<style>
span { border-color: #C958CD; }
span { border-color: rgb(201,88,205); }
td.TdClassName
{
border-color: #C958CD;
}
.TagClassName
{
border-color: #C958CD;
}
</style>