Shades of Fuchsia #C95ABB
Tints of Fuchsia #C95ABB
RGB
CMYK
RGB Variations
Color information
#C95ABB (or 0xC95ABB) is known color: Fuchsia. HEX triplet: C9, 5A and BB. RGB value is (201,90,187). Sum of RGB (Red+Green+Blue) = 201+90+187=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C95ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95ABB is #36A544. Grayscale: #858585. Windows color (decimal): -3581253 or 12278473. OLE color: 12278473.
HSL color Cylindrical-coordinate representation of color #C95ABB: hue angle of 307.57º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95ABB is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 90 | 187 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.21 |
| HSL | 307.57º | 0.51% | 0.57% | - |
| HSV(B) | 307.57º | 0.55% | 0.79% | - |
| XYZ | 36.71 | 23.32 | 49.58 | - |
| YUV | 134.25 | 157.77 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 187 | 0 | 0.55 | 0.07 | 0.21 | 307.57 | 0.51 | 0.57 |
| Hex | C9 | 5A | BB | 0 | 37 | 7 | 15 | 134 | 33 | 39 |
| Octal | 311 | 132 | 273 | 0 | 67 | 7 | 25 | 464 | 63 | 71 |
| Binary | 11001001 | 1011010 | 10111011 | 0 | 110111 | 111 | 10101 | 100110100 | 110011 | 111001 |
Color Harmonies of #C95ABB
Complementary color
Monochromatic Colors of #C95ABB
Black with #C95ABB
Text Example
Text Example
White with #C95ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95ABB; }
p { color: rgb(201,90,187); }
H1.HeaderClassName
{
color: #C95ABB;
}
.AnyTagClassName
{
color: #C95ABB;
}
</style>
background-color css
<style>
a { background-color: #C95ABB; }
a { background-color: rgb(201,90,187); }
div.DivClassName
{
background-color: #C95ABB;
}
.BgClassName
{
background-color: #C95ABB;
}
</style>
border-color css
<style>
span { border-color: #C95ABB; }
span { border-color: rgb(201,90,187); }
td.TdClassName
{
border-color: #C95ABB;
}
.TagClassName
{
border-color: #C95ABB;
}
</style>