Shades of Fuchsia #CF60C7
Tints of Fuchsia #CF60C7
RGB
CMYK
RGB Variations
Color information
#CF60C7 (or 0xCF60C7) is known color: Fuchsia. HEX triplet: CF, 60 and C7. RGB value is (207,96,199). Sum of RGB (Red+Green+Blue) = 207+96+199=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 199 (78.12% from 255 or 39.64% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CF60C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF60C7 is #309F38. Grayscale: #8C8C8C. Windows color (decimal): -3186489 or 13066447. OLE color: 13066447.
HSL color Cylindrical-coordinate representation of color #CF60C7: hue angle of 304.32º 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 #CF60C7 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 199 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.19 |
| HSL | 304.32º | 0.54% | 0.59% | - |
| HSV(B) | 304.32º | 0.54% | 0.81% | - |
| XYZ | 40.22 | 25.75 | 56.88 | - |
| YUV | 140.93 | 160.77 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 199 | 0 | 0.54 | 0.04 | 0.19 | 304.32 | 0.54 | 0.59 |
| Hex | CF | 60 | C7 | 0 | 36 | 4 | 13 | 130 | 36 | 3B |
| Octal | 317 | 140 | 307 | 0 | 66 | 4 | 23 | 460 | 66 | 73 |
| Binary | 11001111 | 1100000 | 11000111 | 0 | 110110 | 100 | 10011 | 100110000 | 110110 | 111011 |
Color Harmonies of #CF60C7
Complementary color
Monochromatic Colors of #CF60C7
Black with #CF60C7
Text Example
Text Example
White with #CF60C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF60C7; }
p { color: rgb(207,96,199); }
H1.HeaderClassName
{
color: #CF60C7;
}
.AnyTagClassName
{
color: #CF60C7;
}
</style>
background-color css
<style>
a { background-color: #CF60C7; }
a { background-color: rgb(207,96,199); }
div.DivClassName
{
background-color: #CF60C7;
}
.BgClassName
{
background-color: #CF60C7;
}
</style>
border-color css
<style>
span { border-color: #CF60C7; }
span { border-color: rgb(207,96,199); }
td.TdClassName
{
border-color: #CF60C7;
}
.TagClassName
{
border-color: #CF60C7;
}
</style>