Shades of Fuchsia #C255A8
Tints of Fuchsia #C255A8
RGB
CMYK
RGB Variations
Color information
#C255A8 (or 0xC255A8) is known color: Fuchsia. HEX triplet: C2, 55 and A8. RGB value is (194,85,168). Sum of RGB (Red+Green+Blue) = 194+85+168=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 168 (66.02% from 255 or 37.58% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C255A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C255A8 is #3DAA57. Grayscale: #7E7E7E. Windows color (decimal): -4041304 or 11032002. OLE color: 11032002.
HSL color Cylindrical-coordinate representation of color #C255A8: hue angle of 314.31º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C255A8 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 85 | 168 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.24 |
| HSL | 314.31º | 0.47% | 0.55% | - |
| HSV(B) | 314.31º | 0.56% | 0.76% | - |
| XYZ | 32.56 | 20.79 | 39.34 | - |
| YUV | 127.05 | 151.11 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 168 | 0 | 0.56 | 0.13 | 0.24 | 314.31 | 0.47 | 0.55 |
| Hex | C2 | 55 | A8 | 0 | 38 | D | 18 | 13A | 2F | 37 |
| Octal | 302 | 125 | 250 | 0 | 70 | 15 | 30 | 472 | 57 | 67 |
| Binary | 11000010 | 1010101 | 10101000 | 0 | 111000 | 1101 | 11000 | 100111010 | 101111 | 110111 |
Color Harmonies of #C255A8
Complementary color
Monochromatic Colors of #C255A8
Black with #C255A8
Text Example
Text Example
White with #C255A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C255A8; }
p { color: rgb(194,85,168); }
H1.HeaderClassName
{
color: #C255A8;
}
.AnyTagClassName
{
color: #C255A8;
}
</style>
background-color css
<style>
a { background-color: #C255A8; }
a { background-color: rgb(194,85,168); }
div.DivClassName
{
background-color: #C255A8;
}
.BgClassName
{
background-color: #C255A8;
}
</style>
border-color css
<style>
span { border-color: #C255A8; }
span { border-color: rgb(194,85,168); }
td.TdClassName
{
border-color: #C255A8;
}
.TagClassName
{
border-color: #C255A8;
}
</style>