Shades of Fuchsia #CF60C1
Tints of Fuchsia #CF60C1
RGB
CMYK
RGB Variations
Color information
#CF60C1 (or 0xCF60C1) is known color: Fuchsia. HEX triplet: CF, 60 and C1. RGB value is (207,96,193). Sum of RGB (Red+Green+Blue) = 207+96+193=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CF60C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF60C1 is #309F3E. Grayscale: #8B8B8B. Windows color (decimal): -3186495 or 12673231. OLE color: 12673231.
HSL color Cylindrical-coordinate representation of color #CF60C1: hue angle of 307.57º 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 #CF60C1 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 193 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.19 |
| HSL | 307.57º | 0.54% | 0.59% | - |
| HSV(B) | 307.57º | 0.54% | 0.81% | - |
| XYZ | 39.54 | 25.48 | 53.29 | - |
| YUV | 140.25 | 157.77 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 193 | 0 | 0.54 | 0.07 | 0.19 | 307.57 | 0.54 | 0.59 |
| Hex | CF | 60 | C1 | 0 | 36 | 7 | 13 | 134 | 36 | 3B |
| Octal | 317 | 140 | 301 | 0 | 66 | 7 | 23 | 464 | 66 | 73 |
| Binary | 11001111 | 1100000 | 11000001 | 0 | 110110 | 111 | 10011 | 100110100 | 110110 | 111011 |
Color Harmonies of #CF60C1
Complementary color
Monochromatic Colors of #CF60C1
Black with #CF60C1
Text Example
Text Example
White with #CF60C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF60C1; }
p { color: rgb(207,96,193); }
H1.HeaderClassName
{
color: #CF60C1;
}
.AnyTagClassName
{
color: #CF60C1;
}
</style>
background-color css
<style>
a { background-color: #CF60C1; }
a { background-color: rgb(207,96,193); }
div.DivClassName
{
background-color: #CF60C1;
}
.BgClassName
{
background-color: #CF60C1;
}
</style>
border-color css
<style>
span { border-color: #CF60C1; }
span { border-color: rgb(207,96,193); }
td.TdClassName
{
border-color: #CF60C1;
}
.TagClassName
{
border-color: #CF60C1;
}
</style>