Shades of Fuchsia #CF6AB9
Tints of Fuchsia #CF6AB9
RGB
CMYK
RGB Variations
Color information
#CF6AB9 (or 0xCF6AB9) is known color: Fuchsia. HEX triplet: CF, 6A and B9. RGB value is (207,106,185). Sum of RGB (Red+Green+Blue) = 207+106+185=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6AB9 is #309546. Grayscale: #909090. Windows color (decimal): -3183943 or 12151503. OLE color: 12151503.
HSL color Cylindrical-coordinate representation of color #CF6AB9: hue angle of 313.07º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF6AB9 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 106 | 185 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.19 |
| HSL | 313.07º | 0.51% | 0.61% | - |
| HSV(B) | 313.07º | 0.49% | 0.81% | - |
| XYZ | 39.64 | 27.08 | 49.04 | - |
| YUV | 145.21 | 150.46 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 185 | 0 | 0.49 | 0.11 | 0.19 | 313.07 | 0.51 | 0.61 |
| Hex | CF | 6A | B9 | 0 | 31 | B | 13 | 139 | 33 | 3D |
| Octal | 317 | 152 | 271 | 0 | 61 | 13 | 23 | 471 | 63 | 75 |
| Binary | 11001111 | 1101010 | 10111001 | 0 | 110001 | 1011 | 10011 | 100111001 | 110011 | 111101 |
Color Harmonies of #CF6AB9
Complementary color
Monochromatic Colors of #CF6AB9
Black with #CF6AB9
Text Example
Text Example
White with #CF6AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6AB9; }
p { color: rgb(207,106,185); }
H1.HeaderClassName
{
color: #CF6AB9;
}
.AnyTagClassName
{
color: #CF6AB9;
}
</style>
background-color css
<style>
a { background-color: #CF6AB9; }
a { background-color: rgb(207,106,185); }
div.DivClassName
{
background-color: #CF6AB9;
}
.BgClassName
{
background-color: #CF6AB9;
}
</style>
border-color css
<style>
span { border-color: #CF6AB9; }
span { border-color: rgb(207,106,185); }
td.TdClassName
{
border-color: #CF6AB9;
}
.TagClassName
{
border-color: #CF6AB9;
}
</style>