Shades of Fuchsia #CF60AF
Tints of Fuchsia #CF60AF
RGB
CMYK
RGB Variations
Color information
#CF60AF (or 0xCF60AF) is known color: Fuchsia. HEX triplet: CF, 60 and AF. RGB value is (207,96,175). Sum of RGB (Red+Green+Blue) = 207+96+175=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CF60AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF60AF is #309F50. Grayscale: #898989. Windows color (decimal): -3186513 or 11493583. OLE color: 11493583.
HSL color Cylindrical-coordinate representation of color #CF60AF: hue angle of 317.3º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF60AF is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 175 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.19 |
| HSL | 317.3º | 0.54% | 0.59% | - |
| HSV(B) | 317.3º | 0.54% | 0.81% | - |
| XYZ | 37.65 | 24.73 | 43.35 | - |
| YUV | 138.2 | 148.77 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 175 | 0 | 0.54 | 0.15 | 0.19 | 317.3 | 0.54 | 0.59 |
| Hex | CF | 60 | AF | 0 | 36 | F | 13 | 13D | 36 | 3B |
| Octal | 317 | 140 | 257 | 0 | 66 | 17 | 23 | 475 | 66 | 73 |
| Binary | 11001111 | 1100000 | 10101111 | 0 | 110110 | 1111 | 10011 | 100111101 | 110110 | 111011 |
Color Harmonies of #CF60AF
Complementary color
Monochromatic Colors of #CF60AF
Black with #CF60AF
Text Example
Text Example
White with #CF60AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF60AF; }
p { color: rgb(207,96,175); }
H1.HeaderClassName
{
color: #CF60AF;
}
.AnyTagClassName
{
color: #CF60AF;
}
</style>
background-color css
<style>
a { background-color: #CF60AF; }
a { background-color: rgb(207,96,175); }
div.DivClassName
{
background-color: #CF60AF;
}
.BgClassName
{
background-color: #CF60AF;
}
</style>
border-color css
<style>
span { border-color: #CF60AF; }
span { border-color: rgb(207,96,175); }
td.TdClassName
{
border-color: #CF60AF;
}
.TagClassName
{
border-color: #CF60AF;
}
</style>