Shades of Fuchsia #C95CBF
Tints of Fuchsia #C95CBF
RGB
CMYK
RGB Variations
Color information
#C95CBF (or 0xC95CBF) is known color: Fuchsia. HEX triplet: C9, 5C and BF. RGB value is (201,92,191). Sum of RGB (Red+Green+Blue) = 201+92+191=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C95CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95CBF is #36A340. Grayscale: #878787. Windows color (decimal): -3580737 or 12541129. OLE color: 12541129.
HSL color Cylindrical-coordinate representation of color #C95CBF: hue angle of 305.5º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95CBF is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 92 | 191 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.21 |
| HSL | 305.5º | 0.5% | 0.57% | - |
| HSV(B) | 305.5º | 0.54% | 0.79% | - |
| XYZ | 37.32 | 23.83 | 51.92 | - |
| YUV | 135.88 | 159.11 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 191 | 0 | 0.54 | 0.05 | 0.21 | 305.5 | 0.5 | 0.57 |
| Hex | C9 | 5C | BF | 0 | 36 | 5 | 15 | 132 | 32 | 39 |
| Octal | 311 | 134 | 277 | 0 | 66 | 5 | 25 | 462 | 62 | 71 |
| Binary | 11001001 | 1011100 | 10111111 | 0 | 110110 | 101 | 10101 | 100110010 | 110010 | 111001 |
Color Harmonies of #C95CBF
Complementary color
Monochromatic Colors of #C95CBF
Black with #C95CBF
Text Example
Text Example
White with #C95CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95CBF; }
p { color: rgb(201,92,191); }
H1.HeaderClassName
{
color: #C95CBF;
}
.AnyTagClassName
{
color: #C95CBF;
}
</style>
background-color css
<style>
a { background-color: #C95CBF; }
a { background-color: rgb(201,92,191); }
div.DivClassName
{
background-color: #C95CBF;
}
.BgClassName
{
background-color: #C95CBF;
}
</style>
border-color css
<style>
span { border-color: #C95CBF; }
span { border-color: rgb(201,92,191); }
td.TdClassName
{
border-color: #C95CBF;
}
.TagClassName
{
border-color: #C95CBF;
}
</style>