Shades of Fuchsia #C95CBC
Tints of Fuchsia #C95CBC
RGB
CMYK
RGB Variations
Color information
#C95CBC (or 0xC95CBC) is known color: Fuchsia. HEX triplet: C9, 5C and BC. RGB value is (201,92,188). Sum of RGB (Red+Green+Blue) = 201+92+188=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C95CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95CBC is #36A343. Grayscale: #878787. Windows color (decimal): -3580740 or 12344521. OLE color: 12344521.
HSL color Cylindrical-coordinate representation of color #C95CBC: hue angle of 307.16º 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 #C95CBC is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 92 | 188 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.21 |
| HSL | 307.16º | 0.5% | 0.57% | - |
| HSV(B) | 307.16º | 0.54% | 0.79% | - |
| XYZ | 36.99 | 23.7 | 50.2 | - |
| YUV | 135.54 | 157.61 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 188 | 0 | 0.54 | 0.06 | 0.21 | 307.16 | 0.5 | 0.57 |
| Hex | C9 | 5C | BC | 0 | 36 | 6 | 15 | 133 | 32 | 39 |
| Octal | 311 | 134 | 274 | 0 | 66 | 6 | 25 | 463 | 62 | 71 |
| Binary | 11001001 | 1011100 | 10111100 | 0 | 110110 | 110 | 10101 | 100110011 | 110010 | 111001 |
Color Harmonies of #C95CBC
Complementary color
Monochromatic Colors of #C95CBC
Black with #C95CBC
Text Example
Text Example
White with #C95CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95CBC; }
p { color: rgb(201,92,188); }
H1.HeaderClassName
{
color: #C95CBC;
}
.AnyTagClassName
{
color: #C95CBC;
}
</style>
background-color css
<style>
a { background-color: #C95CBC; }
a { background-color: rgb(201,92,188); }
div.DivClassName
{
background-color: #C95CBC;
}
.BgClassName
{
background-color: #C95CBC;
}
</style>
border-color css
<style>
span { border-color: #C95CBC; }
span { border-color: rgb(201,92,188); }
td.TdClassName
{
border-color: #C95CBC;
}
.TagClassName
{
border-color: #C95CBC;
}
</style>