Shades of Fuchsia #C255AB
Tints of Fuchsia #C255AB
RGB
CMYK
RGB Variations
Color information
#C255AB (or 0xC255AB) is known color: Fuchsia. HEX triplet: C2, 55 and AB. RGB value is (194,85,171). Sum of RGB (Red+Green+Blue) = 194+85+171=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C255AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C255AB is #3DAA54. Grayscale: #7F7F7F. Windows color (decimal): -4041301 or 11228610. OLE color: 11228610.
HSL color Cylindrical-coordinate representation of color #C255AB: hue angle of 312.66º 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 #C255AB is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 85 | 171 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.24 |
| HSL | 312.66º | 0.47% | 0.55% | - |
| HSV(B) | 312.66º | 0.56% | 0.76% | - |
| XYZ | 32.85 | 20.91 | 40.83 | - |
| YUV | 127.4 | 152.61 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 171 | 0 | 0.56 | 0.12 | 0.24 | 312.66 | 0.47 | 0.55 |
| Hex | C2 | 55 | AB | 0 | 38 | C | 18 | 139 | 2F | 37 |
| Octal | 302 | 125 | 253 | 0 | 70 | 14 | 30 | 471 | 57 | 67 |
| Binary | 11000010 | 1010101 | 10101011 | 0 | 111000 | 1100 | 11000 | 100111001 | 101111 | 110111 |
Color Harmonies of #C255AB
Complementary color
Monochromatic Colors of #C255AB
Black with #C255AB
Text Example
Text Example
White with #C255AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C255AB; }
p { color: rgb(194,85,171); }
H1.HeaderClassName
{
color: #C255AB;
}
.AnyTagClassName
{
color: #C255AB;
}
</style>
background-color css
<style>
a { background-color: #C255AB; }
a { background-color: rgb(194,85,171); }
div.DivClassName
{
background-color: #C255AB;
}
.BgClassName
{
background-color: #C255AB;
}
</style>
border-color css
<style>
span { border-color: #C255AB; }
span { border-color: rgb(194,85,171); }
td.TdClassName
{
border-color: #C255AB;
}
.TagClassName
{
border-color: #C255AB;
}
</style>