Shades of Fuchsia #C95ACF
Tints of Fuchsia #C95ACF
RGB
CMYK
RGB Variations
Color information
#C95ACF (or 0xC95ACF) is known color: Fuchsia. HEX triplet: C9, 5A and CF. RGB value is (201,90,207). Sum of RGB (Red+Green+Blue) = 201+90+207=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 90 (35.55% from 255 or 18.07% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #C95ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95ACF is #36A530. Grayscale: #888888. Windows color (decimal): -3581233 or 13589193. OLE color: 13589193.
HSL color Cylindrical-coordinate representation of color #C95ACF: hue angle of 296.92º 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 #C95ACF is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 90 | 207 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.19 |
| HSL | 296.92º | 0.55% | 0.58% | - |
| HSV(B) | 296.92º | 0.57% | 0.81% | - |
| XYZ | 39.01 | 24.23 | 61.65 | - |
| YUV | 136.53 | 167.77 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 207 | 0.03 | 0.57 | 0 | 0.19 | 296.92 | 0.55 | 0.58 |
| Hex | C9 | 5A | CF | 3 | 39 | 0 | 13 | 129 | 37 | 3A |
| Octal | 311 | 132 | 317 | 3 | 71 | 0 | 23 | 451 | 67 | 72 |
| Binary | 11001001 | 1011010 | 11001111 | 11 | 111001 | 0 | 10011 | 100101001 | 110111 | 111010 |
Color Harmonies of #C95ACF
Complementary color
Monochromatic Colors of #C95ACF
Black with #C95ACF
Text Example
Text Example
White with #C95ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95ACF; }
p { color: rgb(201,90,207); }
H1.HeaderClassName
{
color: #C95ACF;
}
.AnyTagClassName
{
color: #C95ACF;
}
</style>
background-color css
<style>
a { background-color: #C95ACF; }
a { background-color: rgb(201,90,207); }
div.DivClassName
{
background-color: #C95ACF;
}
.BgClassName
{
background-color: #C95ACF;
}
</style>
border-color css
<style>
span { border-color: #C95ACF; }
span { border-color: rgb(201,90,207); }
td.TdClassName
{
border-color: #C95ACF;
}
.TagClassName
{
border-color: #C95ACF;
}
</style>