Shades of Fuchsia #C958CE
Tints of Fuchsia #C958CE
RGB
CMYK
RGB Variations
Color information
#C958CE (or 0xC958CE) is known color: Fuchsia. HEX triplet: C9, 58 and CE. RGB value is (201,88,206). Sum of RGB (Red+Green+Blue) = 201+88+206=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #C958CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C958CE is #36A731. Grayscale: #868686. Windows color (decimal): -3581746 or 13523145. OLE color: 13523145.
HSL color Cylindrical-coordinate representation of color #C958CE: hue angle of 297.46º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C958CE is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 88 | 206 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.19 |
| HSL | 297.46º | 0.55% | 0.58% | - |
| HSV(B) | 297.46º | 0.57% | 0.81% | - |
| XYZ | 38.72 | 23.85 | 60.96 | - |
| YUV | 135.24 | 167.94 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 206 | 0.02 | 0.57 | 0 | 0.19 | 297.46 | 0.55 | 0.58 |
| Hex | C9 | 58 | CE | 2 | 39 | 0 | 13 | 129 | 37 | 3A |
| Octal | 311 | 130 | 316 | 2 | 71 | 0 | 23 | 451 | 67 | 72 |
| Binary | 11001001 | 1011000 | 11001110 | 10 | 111001 | 0 | 10011 | 100101001 | 110111 | 111010 |
Color Harmonies of #C958CE
Complementary color
Monochromatic Colors of #C958CE
Black with #C958CE
Text Example
Text Example
White with #C958CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C958CE; }
p { color: rgb(201,88,206); }
H1.HeaderClassName
{
color: #C958CE;
}
.AnyTagClassName
{
color: #C958CE;
}
</style>
background-color css
<style>
a { background-color: #C958CE; }
a { background-color: rgb(201,88,206); }
div.DivClassName
{
background-color: #C958CE;
}
.BgClassName
{
background-color: #C958CE;
}
</style>
border-color css
<style>
span { border-color: #C958CE; }
span { border-color: rgb(201,88,206); }
td.TdClassName
{
border-color: #C958CE;
}
.TagClassName
{
border-color: #C958CE;
}
</style>