Shades of Fuchsia #CF60CB
Tints of Fuchsia #CF60CB
RGB
CMYK
RGB Variations
Color information
#CF60CB (or 0xCF60CB) is known color: Fuchsia. HEX triplet: CF, 60 and CB. RGB value is (207,96,203). Sum of RGB (Red+Green+Blue) = 207+96+203=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 96 (37.89% from 255 or 18.97% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CF60CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF60CB is #309F34. Grayscale: #8D8D8D. Windows color (decimal): -3186485 or 13328591. OLE color: 13328591.
HSL color Cylindrical-coordinate representation of color #CF60CB: hue angle of 302.16º 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 #CF60CB is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 203 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.19 |
| HSL | 302.16º | 0.54% | 0.59% | - |
| HSV(B) | 302.16º | 0.54% | 0.81% | - |
| XYZ | 40.69 | 25.94 | 59.36 | - |
| YUV | 141.39 | 162.77 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 203 | 0 | 0.54 | 0.02 | 0.19 | 302.16 | 0.54 | 0.59 |
| Hex | CF | 60 | CB | 0 | 36 | 2 | 13 | 12E | 36 | 3B |
| Octal | 317 | 140 | 313 | 0 | 66 | 2 | 23 | 456 | 66 | 73 |
| Binary | 11001111 | 1100000 | 11001011 | 0 | 110110 | 10 | 10011 | 100101110 | 110110 | 111011 |
Color Harmonies of #CF60CB
Complementary color
Monochromatic Colors of #CF60CB
Black with #CF60CB
Text Example
Text Example
White with #CF60CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF60CB; }
p { color: rgb(207,96,203); }
H1.HeaderClassName
{
color: #CF60CB;
}
.AnyTagClassName
{
color: #CF60CB;
}
</style>
background-color css
<style>
a { background-color: #CF60CB; }
a { background-color: rgb(207,96,203); }
div.DivClassName
{
background-color: #CF60CB;
}
.BgClassName
{
background-color: #CF60CB;
}
</style>
border-color css
<style>
span { border-color: #CF60CB; }
span { border-color: rgb(207,96,203); }
td.TdClassName
{
border-color: #CF60CB;
}
.TagClassName
{
border-color: #CF60CB;
}
</style>