Shades of Fuchsia #CF5AB6
Tints of Fuchsia #CF5AB6
RGB
CMYK
RGB Variations
Color information
#CF5AB6 (or 0xCF5AB6) is known color: Fuchsia. HEX triplet: CF, 5A and B6. RGB value is (207,90,182). Sum of RGB (Red+Green+Blue) = 207+90+182=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 182 (71.48% from 255 or 38.00% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5AB6 is #30A549. Grayscale: #878787. Windows color (decimal): -3188042 or 11950799. OLE color: 11950799.
HSL color Cylindrical-coordinate representation of color #CF5AB6: hue angle of 312.82º 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 #CF5AB6 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 182 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.19 |
| HSL | 312.82º | 0.55% | 0.58% | - |
| HSV(B) | 312.82º | 0.57% | 0.81% | - |
| XYZ | 37.83 | 23.96 | 46.89 | - |
| YUV | 135.47 | 154.26 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 182 | 0 | 0.57 | 0.12 | 0.19 | 312.82 | 0.55 | 0.58 |
| Hex | CF | 5A | B6 | 0 | 39 | C | 13 | 139 | 37 | 3A |
| Octal | 317 | 132 | 266 | 0 | 71 | 14 | 23 | 471 | 67 | 72 |
| Binary | 11001111 | 1011010 | 10110110 | 0 | 111001 | 1100 | 10011 | 100111001 | 110111 | 111010 |
Color Harmonies of #CF5AB6
Complementary color
Monochromatic Colors of #CF5AB6
Black with #CF5AB6
Text Example
Text Example
White with #CF5AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5AB6; }
p { color: rgb(207,90,182); }
H1.HeaderClassName
{
color: #CF5AB6;
}
.AnyTagClassName
{
color: #CF5AB6;
}
</style>
background-color css
<style>
a { background-color: #CF5AB6; }
a { background-color: rgb(207,90,182); }
div.DivClassName
{
background-color: #CF5AB6;
}
.BgClassName
{
background-color: #CF5AB6;
}
</style>
border-color css
<style>
span { border-color: #CF5AB6; }
span { border-color: rgb(207,90,182); }
td.TdClassName
{
border-color: #CF5AB6;
}
.TagClassName
{
border-color: #CF5AB6;
}
</style>