Shades of Fuchsia #CF5BAE
Tints of Fuchsia #CF5BAE
RGB
CMYK
RGB Variations
Color information
#CF5BAE (or 0xCF5BAE) is known color: Fuchsia. HEX triplet: CF, 5B and AE. RGB value is (207,91,174). Sum of RGB (Red+Green+Blue) = 207+91+174=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 91 (35.94% from 255 or 19.28% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5BAE is #30A451. Grayscale: #868686. Windows color (decimal): -3187794 or 11426767. OLE color: 11426767.
HSL color Cylindrical-coordinate representation of color #CF5BAE: hue angle of 317.07º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5BAE is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 174 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.19 |
| HSL | 317.07º | 0.55% | 0.58% | - |
| HSV(B) | 317.07º | 0.56% | 0.81% | - |
| XYZ | 37.11 | 23.8 | 42.68 | - |
| YUV | 135.15 | 149.93 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 174 | 0 | 0.56 | 0.16 | 0.19 | 317.07 | 0.55 | 0.58 |
| Hex | CF | 5B | AE | 0 | 38 | 10 | 13 | 13D | 37 | 3A |
| Octal | 317 | 133 | 256 | 0 | 70 | 20 | 23 | 475 | 67 | 72 |
| Binary | 11001111 | 1011011 | 10101110 | 0 | 111000 | 10000 | 10011 | 100111101 | 110111 | 111010 |
Color Harmonies of #CF5BAE
Complementary color
Monochromatic Colors of #CF5BAE
Black with #CF5BAE
Text Example
Text Example
White with #CF5BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5BAE; }
p { color: rgb(207,91,174); }
H1.HeaderClassName
{
color: #CF5BAE;
}
.AnyTagClassName
{
color: #CF5BAE;
}
</style>
background-color css
<style>
a { background-color: #CF5BAE; }
a { background-color: rgb(207,91,174); }
div.DivClassName
{
background-color: #CF5BAE;
}
.BgClassName
{
background-color: #CF5BAE;
}
</style>
border-color css
<style>
span { border-color: #CF5BAE; }
span { border-color: rgb(207,91,174); }
td.TdClassName
{
border-color: #CF5BAE;
}
.TagClassName
{
border-color: #CF5BAE;
}
</style>