Shades of Fuchsia #CF60AD
Tints of Fuchsia #CF60AD
RGB
CMYK
RGB Variations
Color information
#CF60AD (or 0xCF60AD) is known color: Fuchsia. HEX triplet: CF, 60 and AD. RGB value is (207,96,173). Sum of RGB (Red+Green+Blue) = 207+96+173=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CF60AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF60AD is #309F52. Grayscale: #898989. Windows color (decimal): -3186515 or 11362511. OLE color: 11362511.
HSL color Cylindrical-coordinate representation of color #CF60AD: hue angle of 318.38º 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 #CF60AD is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 173 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.19 |
| HSL | 318.38º | 0.54% | 0.59% | - |
| HSV(B) | 318.38º | 0.54% | 0.81% | - |
| XYZ | 37.46 | 24.65 | 42.32 | - |
| YUV | 137.97 | 147.77 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 173 | 0 | 0.54 | 0.16 | 0.19 | 318.38 | 0.54 | 0.59 |
| Hex | CF | 60 | AD | 0 | 36 | 10 | 13 | 13E | 36 | 3B |
| Octal | 317 | 140 | 255 | 0 | 66 | 20 | 23 | 476 | 66 | 73 |
| Binary | 11001111 | 1100000 | 10101101 | 0 | 110110 | 10000 | 10011 | 100111110 | 110110 | 111011 |
Color Harmonies of #CF60AD
Complementary color
Monochromatic Colors of #CF60AD
Black with #CF60AD
Text Example
Text Example
White with #CF60AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF60AD; }
p { color: rgb(207,96,173); }
H1.HeaderClassName
{
color: #CF60AD;
}
.AnyTagClassName
{
color: #CF60AD;
}
</style>
background-color css
<style>
a { background-color: #CF60AD; }
a { background-color: rgb(207,96,173); }
div.DivClassName
{
background-color: #CF60AD;
}
.BgClassName
{
background-color: #CF60AD;
}
</style>
border-color css
<style>
span { border-color: #CF60AD; }
span { border-color: rgb(207,96,173); }
td.TdClassName
{
border-color: #CF60AD;
}
.TagClassName
{
border-color: #CF60AD;
}
</style>