Shades of Fuchsia #CF60CC
Tints of Fuchsia #CF60CC
RGB
CMYK
RGB Variations
Color information
#CF60CC (or 0xCF60CC) is known color: Fuchsia. HEX triplet: CF, 60 and CC. RGB value is (207,96,204). Sum of RGB (Red+Green+Blue) = 207+96+204=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 96 (37.89% from 255 or 18.93% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CF60CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF60CC is #309F33. Grayscale: #8D8D8D. Windows color (decimal): -3186484 or 13394127. OLE color: 13394127.
HSL color Cylindrical-coordinate representation of color #CF60CC: hue angle of 301.62º 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 #CF60CC is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 204 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.19 |
| HSL | 301.62º | 0.54% | 0.59% | - |
| HSV(B) | 301.62º | 0.54% | 0.81% | - |
| XYZ | 40.81 | 25.99 | 59.99 | - |
| YUV | 141.5 | 163.27 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 204 | 0 | 0.54 | 0.01 | 0.19 | 301.62 | 0.54 | 0.59 |
| Hex | CF | 60 | CC | 0 | 36 | 1 | 13 | 12E | 36 | 3B |
| Octal | 317 | 140 | 314 | 0 | 66 | 1 | 23 | 456 | 66 | 73 |
| Binary | 11001111 | 1100000 | 11001100 | 0 | 110110 | 1 | 10011 | 100101110 | 110110 | 111011 |
Color Harmonies of #CF60CC
Complementary color
Monochromatic Colors of #CF60CC
Black with #CF60CC
Text Example
Text Example
White with #CF60CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF60CC; }
p { color: rgb(207,96,204); }
H1.HeaderClassName
{
color: #CF60CC;
}
.AnyTagClassName
{
color: #CF60CC;
}
</style>
background-color css
<style>
a { background-color: #CF60CC; }
a { background-color: rgb(207,96,204); }
div.DivClassName
{
background-color: #CF60CC;
}
.BgClassName
{
background-color: #CF60CC;
}
</style>
border-color css
<style>
span { border-color: #CF60CC; }
span { border-color: rgb(207,96,204); }
td.TdClassName
{
border-color: #CF60CC;
}
.TagClassName
{
border-color: #CF60CC;
}
</style>