Shades of Fuchsia #CF5ACE
Tints of Fuchsia #CF5ACE
RGB
CMYK
RGB Variations
Color information
#CF5ACE (or 0xCF5ACE) is known color: Fuchsia. HEX triplet: CF, 5A and CE. RGB value is (207,90,206). Sum of RGB (Red+Green+Blue) = 207+90+206=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5ACE is #30A531. Grayscale: #898989. Windows color (decimal): -3188018 or 13523663. OLE color: 13523663.
HSL color Cylindrical-coordinate representation of color #CF5ACE: hue angle of 300.51º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5ACE is Cyan = 0, Magento = 0.57, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 206 | - |
| CMYK | 0 | 0.57 | 0.00 | 0.19 |
| HSL | 300.51º | 0.55% | 0.58% | - |
| HSV(B) | 300.51º | 0.57% | 0.81% | - |
| XYZ | 40.53 | 25.03 | 61.09 | - |
| YUV | 138.21 | 166.26 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 206 | 0 | 0.57 | 0.00 | 0.19 | 300.51 | 0.55 | 0.58 |
| Hex | CF | 5A | CE | 0 | 39 | 0 | 13 | 12D | 37 | 3A |
| Octal | 317 | 132 | 316 | 0 | 71 | 0 | 23 | 455 | 67 | 72 |
| Binary | 11001111 | 1011010 | 11001110 | 0 | 111001 | 0 | 10011 | 100101101 | 110111 | 111010 |
Color Harmonies of #CF5ACE
Complementary color
Monochromatic Colors of #CF5ACE
Black with #CF5ACE
Text Example
Text Example
White with #CF5ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5ACE; }
p { color: rgb(207,90,206); }
H1.HeaderClassName
{
color: #CF5ACE;
}
.AnyTagClassName
{
color: #CF5ACE;
}
</style>
background-color css
<style>
a { background-color: #CF5ACE; }
a { background-color: rgb(207,90,206); }
div.DivClassName
{
background-color: #CF5ACE;
}
.BgClassName
{
background-color: #CF5ACE;
}
</style>
border-color css
<style>
span { border-color: #CF5ACE; }
span { border-color: rgb(207,90,206); }
td.TdClassName
{
border-color: #CF5ACE;
}
.TagClassName
{
border-color: #CF5ACE;
}
</style>