Shades of Fuchsia #C95FC5
Tints of Fuchsia #C95FC5
RGB
CMYK
RGB Variations
Color information
#C95FC5 (or 0xC95FC5) is known color: Fuchsia. HEX triplet: C9, 5F and C5. RGB value is (201,95,197). Sum of RGB (Red+Green+Blue) = 201+95+197=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 95 (37.5% from 255 or 19.27% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C95FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95FC5 is #36A03A. Grayscale: #8A8A8A. Windows color (decimal): -3579963 or 12935113. OLE color: 12935113.
HSL color Cylindrical-coordinate representation of color #C95FC5: hue angle of 302.26º 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 #C95FC5 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 95 | 197 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.21 |
| HSL | 302.26º | 0.5% | 0.58% | - |
| HSV(B) | 302.26º | 0.53% | 0.79% | - |
| XYZ | 38.26 | 24.63 | 55.56 | - |
| YUV | 138.32 | 161.12 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 95 | 197 | 0 | 0.53 | 0.02 | 0.21 | 302.26 | 0.5 | 0.58 |
| Hex | C9 | 5F | C5 | 0 | 35 | 2 | 15 | 12E | 32 | 3A |
| Octal | 311 | 137 | 305 | 0 | 65 | 2 | 25 | 456 | 62 | 72 |
| Binary | 11001001 | 1011111 | 11000101 | 0 | 110101 | 10 | 10101 | 100101110 | 110010 | 111010 |
Color Harmonies of #C95FC5
Complementary color
Monochromatic Colors of #C95FC5
Black with #C95FC5
Text Example
Text Example
White with #C95FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95FC5; }
p { color: rgb(201,95,197); }
H1.HeaderClassName
{
color: #C95FC5;
}
.AnyTagClassName
{
color: #C95FC5;
}
</style>
background-color css
<style>
a { background-color: #C95FC5; }
a { background-color: rgb(201,95,197); }
div.DivClassName
{
background-color: #C95FC5;
}
.BgClassName
{
background-color: #C95FC5;
}
</style>
border-color css
<style>
span { border-color: #C95FC5; }
span { border-color: rgb(201,95,197); }
td.TdClassName
{
border-color: #C95FC5;
}
.TagClassName
{
border-color: #C95FC5;
}
</style>