Shades of Fuchsia #CF60B7
Tints of Fuchsia #CF60B7
RGB
CMYK
RGB Variations
Color information
#CF60B7 (or 0xCF60B7) is known color: Fuchsia. HEX triplet: CF, 60 and B7. RGB value is (207,96,183). Sum of RGB (Red+Green+Blue) = 207+96+183=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CF60B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF60B7 is #309F48. Grayscale: #8A8A8A. Windows color (decimal): -3186505 or 12017871. OLE color: 12017871.
HSL color Cylindrical-coordinate representation of color #CF60B7: hue angle of 312.97º 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 #CF60B7 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 183 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.19 |
| HSL | 312.97º | 0.54% | 0.59% | - |
| HSV(B) | 312.97º | 0.54% | 0.81% | - |
| XYZ | 38.46 | 25.05 | 47.61 | - |
| YUV | 139.11 | 152.77 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 183 | 0 | 0.54 | 0.12 | 0.19 | 312.97 | 0.54 | 0.59 |
| Hex | CF | 60 | B7 | 0 | 36 | C | 13 | 139 | 36 | 3B |
| Octal | 317 | 140 | 267 | 0 | 66 | 14 | 23 | 471 | 66 | 73 |
| Binary | 11001111 | 1100000 | 10110111 | 0 | 110110 | 1100 | 10011 | 100111001 | 110110 | 111011 |
Color Harmonies of #CF60B7
Complementary color
Monochromatic Colors of #CF60B7
Black with #CF60B7
Text Example
Text Example
White with #CF60B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF60B7; }
p { color: rgb(207,96,183); }
H1.HeaderClassName
{
color: #CF60B7;
}
.AnyTagClassName
{
color: #CF60B7;
}
</style>
background-color css
<style>
a { background-color: #CF60B7; }
a { background-color: rgb(207,96,183); }
div.DivClassName
{
background-color: #CF60B7;
}
.BgClassName
{
background-color: #CF60B7;
}
</style>
border-color css
<style>
span { border-color: #CF60B7; }
span { border-color: rgb(207,96,183); }
td.TdClassName
{
border-color: #CF60B7;
}
.TagClassName
{
border-color: #CF60B7;
}
</style>