Shades of Fuchsia #CF6AB5
Tints of Fuchsia #CF6AB5
RGB
CMYK
RGB Variations
Color information
#CF6AB5 (or 0xCF6AB5) is known color: Fuchsia. HEX triplet: CF, 6A and B5. RGB value is (207,106,181). Sum of RGB (Red+Green+Blue) = 207+106+181=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6AB5 is #30954A. Grayscale: #909090. Windows color (decimal): -3183947 or 11889359. OLE color: 11889359.
HSL color Cylindrical-coordinate representation of color #CF6AB5: hue angle of 315.45º 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 #CF6AB5 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 106 | 181 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.19 |
| HSL | 315.45º | 0.51% | 0.61% | - |
| HSV(B) | 315.45º | 0.49% | 0.81% | - |
| XYZ | 39.23 | 26.91 | 46.84 | - |
| YUV | 144.75 | 148.46 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 181 | 0 | 0.49 | 0.13 | 0.19 | 315.45 | 0.51 | 0.61 |
| Hex | CF | 6A | B5 | 0 | 31 | D | 13 | 13B | 33 | 3D |
| Octal | 317 | 152 | 265 | 0 | 61 | 15 | 23 | 473 | 63 | 75 |
| Binary | 11001111 | 1101010 | 10110101 | 0 | 110001 | 1101 | 10011 | 100111011 | 110011 | 111101 |
Color Harmonies of #CF6AB5
Complementary color
Monochromatic Colors of #CF6AB5
Black with #CF6AB5
Text Example
Text Example
White with #CF6AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6AB5; }
p { color: rgb(207,106,181); }
H1.HeaderClassName
{
color: #CF6AB5;
}
.AnyTagClassName
{
color: #CF6AB5;
}
</style>
background-color css
<style>
a { background-color: #CF6AB5; }
a { background-color: rgb(207,106,181); }
div.DivClassName
{
background-color: #CF6AB5;
}
.BgClassName
{
background-color: #CF6AB5;
}
</style>
border-color css
<style>
span { border-color: #CF6AB5; }
span { border-color: rgb(207,106,181); }
td.TdClassName
{
border-color: #CF6AB5;
}
.TagClassName
{
border-color: #CF6AB5;
}
</style>