Shades of Fuchsia #CF60BD
Tints of Fuchsia #CF60BD
RGB
CMYK
RGB Variations
Color information
#CF60BD (or 0xCF60BD) is known color: Fuchsia. HEX triplet: CF, 60 and BD. RGB value is (207,96,189). Sum of RGB (Red+Green+Blue) = 207+96+189=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CF60BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF60BD is #309F42. Grayscale: #8B8B8B. Windows color (decimal): -3186499 or 12411087. OLE color: 12411087.
HSL color Cylindrical-coordinate representation of color #CF60BD: hue angle of 309.73º 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 #CF60BD is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 189 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.19 |
| HSL | 309.73º | 0.54% | 0.59% | - |
| HSV(B) | 309.73º | 0.54% | 0.81% | - |
| XYZ | 39.1 | 25.31 | 50.97 | - |
| YUV | 139.79 | 155.77 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 189 | 0 | 0.54 | 0.09 | 0.19 | 309.73 | 0.54 | 0.59 |
| Hex | CF | 60 | BD | 0 | 36 | 9 | 13 | 136 | 36 | 3B |
| Octal | 317 | 140 | 275 | 0 | 66 | 11 | 23 | 466 | 66 | 73 |
| Binary | 11001111 | 1100000 | 10111101 | 0 | 110110 | 1001 | 10011 | 100110110 | 110110 | 111011 |
Color Harmonies of #CF60BD
Complementary color
Monochromatic Colors of #CF60BD
Black with #CF60BD
Text Example
Text Example
White with #CF60BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF60BD; }
p { color: rgb(207,96,189); }
H1.HeaderClassName
{
color: #CF60BD;
}
.AnyTagClassName
{
color: #CF60BD;
}
</style>
background-color css
<style>
a { background-color: #CF60BD; }
a { background-color: rgb(207,96,189); }
div.DivClassName
{
background-color: #CF60BD;
}
.BgClassName
{
background-color: #CF60BD;
}
</style>
border-color css
<style>
span { border-color: #CF60BD; }
span { border-color: rgb(207,96,189); }
td.TdClassName
{
border-color: #CF60BD;
}
.TagClassName
{
border-color: #CF60BD;
}
</style>