Shades of Fuchsia #CF68B9
Tints of Fuchsia #CF68B9
RGB
CMYK
RGB Variations
Color information
#CF68B9 (or 0xCF68B9) is known color: Fuchsia. HEX triplet: CF, 68 and B9. RGB value is (207,104,185). Sum of RGB (Red+Green+Blue) = 207+104+185=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CF68B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF68B9 is #309746. Grayscale: #8F8F8F. Windows color (decimal): -3184455 or 12150991. OLE color: 12150991.
HSL color Cylindrical-coordinate representation of color #CF68B9: hue angle of 312.82º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF68B9 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 185 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.19 |
| HSL | 312.82º | 0.52% | 0.61% | - |
| HSV(B) | 312.82º | 0.5% | 0.81% | - |
| XYZ | 39.44 | 26.67 | 48.97 | - |
| YUV | 144.03 | 151.12 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 185 | 0 | 0.50 | 0.11 | 0.19 | 312.82 | 0.52 | 0.61 |
| Hex | CF | 68 | B9 | 0 | 32 | B | 13 | 139 | 34 | 3D |
| Octal | 317 | 150 | 271 | 0 | 62 | 13 | 23 | 471 | 64 | 75 |
| Binary | 11001111 | 1101000 | 10111001 | 0 | 110010 | 1011 | 10011 | 100111001 | 110100 | 111101 |
Color Harmonies of #CF68B9
Complementary color
Monochromatic Colors of #CF68B9
Black with #CF68B9
Text Example
Text Example
White with #CF68B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF68B9; }
p { color: rgb(207,104,185); }
H1.HeaderClassName
{
color: #CF68B9;
}
.AnyTagClassName
{
color: #CF68B9;
}
</style>
background-color css
<style>
a { background-color: #CF68B9; }
a { background-color: rgb(207,104,185); }
div.DivClassName
{
background-color: #CF68B9;
}
.BgClassName
{
background-color: #CF68B9;
}
</style>
border-color css
<style>
span { border-color: #CF68B9; }
span { border-color: rgb(207,104,185); }
td.TdClassName
{
border-color: #CF68B9;
}
.TagClassName
{
border-color: #CF68B9;
}
</style>