Shades of Fuchsia #C255AD
Tints of Fuchsia #C255AD
RGB
CMYK
RGB Variations
Color information
#C255AD (or 0xC255AD) is known color: Fuchsia. HEX triplet: C2, 55 and AD. RGB value is (194,85,173). Sum of RGB (Red+Green+Blue) = 194+85+173=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C255AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C255AD is #3DAA52. Grayscale: #7F7F7F. Windows color (decimal): -4041299 or 11359682. OLE color: 11359682.
HSL color Cylindrical-coordinate representation of color #C255AD: hue angle of 311.56º 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 #C255AD is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 85 | 173 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.24 |
| HSL | 311.56º | 0.47% | 0.55% | - |
| HSV(B) | 311.56º | 0.56% | 0.76% | - |
| XYZ | 33.04 | 20.98 | 41.84 | - |
| YUV | 127.62 | 153.61 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 173 | 0 | 0.56 | 0.11 | 0.24 | 311.56 | 0.47 | 0.55 |
| Hex | C2 | 55 | AD | 0 | 38 | B | 18 | 138 | 2F | 37 |
| Octal | 302 | 125 | 255 | 0 | 70 | 13 | 30 | 470 | 57 | 67 |
| Binary | 11000010 | 1010101 | 10101101 | 0 | 111000 | 1011 | 11000 | 100111000 | 101111 | 110111 |
Color Harmonies of #C255AD
Complementary color
Monochromatic Colors of #C255AD
Black with #C255AD
Text Example
Text Example
White with #C255AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C255AD; }
p { color: rgb(194,85,173); }
H1.HeaderClassName
{
color: #C255AD;
}
.AnyTagClassName
{
color: #C255AD;
}
</style>
background-color css
<style>
a { background-color: #C255AD; }
a { background-color: rgb(194,85,173); }
div.DivClassName
{
background-color: #C255AD;
}
.BgClassName
{
background-color: #C255AD;
}
</style>
border-color css
<style>
span { border-color: #C255AD; }
span { border-color: rgb(194,85,173); }
td.TdClassName
{
border-color: #C255AD;
}
.TagClassName
{
border-color: #C255AD;
}
</style>