Shades of Fuchsia #C95FC0
Tints of Fuchsia #C95FC0
RGB
CMYK
RGB Variations
Color information
#C95FC0 (or 0xC95FC0) is known color: Fuchsia. HEX triplet: C9, 5F and C0. RGB value is (201,95,192). Sum of RGB (Red+Green+Blue) = 201+95+192=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 95 (37.5% from 255 or 19.47% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C95FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95FC0 is #36A03F. Grayscale: #898989. Windows color (decimal): -3579968 or 12607433. OLE color: 12607433.
HSL color Cylindrical-coordinate representation of color #C95FC0: hue angle of 305.09º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C95FC0 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 95 | 192 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.21 |
| HSL | 305.09º | 0.5% | 0.58% | - |
| HSV(B) | 305.09º | 0.53% | 0.79% | - |
| XYZ | 37.69 | 24.41 | 52.59 | - |
| YUV | 137.75 | 158.62 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 95 | 192 | 0 | 0.53 | 0.04 | 0.21 | 305.09 | 0.5 | 0.58 |
| Hex | C9 | 5F | C0 | 0 | 35 | 4 | 15 | 131 | 32 | 3A |
| Octal | 311 | 137 | 300 | 0 | 65 | 4 | 25 | 461 | 62 | 72 |
| Binary | 11001001 | 1011111 | 11000000 | 0 | 110101 | 100 | 10101 | 100110001 | 110010 | 111010 |
Color Harmonies of #C95FC0
Complementary color
Monochromatic Colors of #C95FC0
Black with #C95FC0
Text Example
Text Example
White with #C95FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95FC0; }
p { color: rgb(201,95,192); }
H1.HeaderClassName
{
color: #C95FC0;
}
.AnyTagClassName
{
color: #C95FC0;
}
</style>
background-color css
<style>
a { background-color: #C95FC0; }
a { background-color: rgb(201,95,192); }
div.DivClassName
{
background-color: #C95FC0;
}
.BgClassName
{
background-color: #C95FC0;
}
</style>
border-color css
<style>
span { border-color: #C95FC0; }
span { border-color: rgb(201,95,192); }
td.TdClassName
{
border-color: #C95FC0;
}
.TagClassName
{
border-color: #C95FC0;
}
</style>