Shades of Fuchsia #C95AC6
Tints of Fuchsia #C95AC6
RGB
CMYK
RGB Variations
Color information
#C95AC6 (or 0xC95AC6) is known color: Fuchsia. HEX triplet: C9, 5A and C6. RGB value is (201,90,198). Sum of RGB (Red+Green+Blue) = 201+90+198=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 90 (35.55% from 255 or 18.40% from 489); Blue value is 198 (77.73% from 255 or 40.49% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C95AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95AC6 is #36A539. Grayscale: #878787. Windows color (decimal): -3581242 or 12999369. OLE color: 12999369.
HSL color Cylindrical-coordinate representation of color #C95AC6: hue angle of 301.62º 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 #C95AC6 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 90 | 198 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.21 |
| HSL | 301.62º | 0.51% | 0.57% | - |
| HSV(B) | 301.62º | 0.55% | 0.79% | - |
| XYZ | 37.94 | 23.81 | 56.02 | - |
| YUV | 135.5 | 163.27 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 198 | 0 | 0.55 | 0.01 | 0.21 | 301.62 | 0.51 | 0.57 |
| Hex | C9 | 5A | C6 | 0 | 37 | 1 | 15 | 12E | 33 | 39 |
| Octal | 311 | 132 | 306 | 0 | 67 | 1 | 25 | 456 | 63 | 71 |
| Binary | 11001001 | 1011010 | 11000110 | 0 | 110111 | 1 | 10101 | 100101110 | 110011 | 111001 |
Color Harmonies of #C95AC6
Complementary color
Monochromatic Colors of #C95AC6
Black with #C95AC6
Text Example
Text Example
White with #C95AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95AC6; }
p { color: rgb(201,90,198); }
H1.HeaderClassName
{
color: #C95AC6;
}
.AnyTagClassName
{
color: #C95AC6;
}
</style>
background-color css
<style>
a { background-color: #C95AC6; }
a { background-color: rgb(201,90,198); }
div.DivClassName
{
background-color: #C95AC6;
}
.BgClassName
{
background-color: #C95AC6;
}
</style>
border-color css
<style>
span { border-color: #C95AC6; }
span { border-color: rgb(201,90,198); }
td.TdClassName
{
border-color: #C95AC6;
}
.TagClassName
{
border-color: #C95AC6;
}
</style>