Shades of Fuchsia #CF68BE
Tints of Fuchsia #CF68BE
RGB
CMYK
RGB Variations
Color information
#CF68BE (or 0xCF68BE) is known color: Fuchsia. HEX triplet: CF, 68 and BE. RGB value is (207,104,190). Sum of RGB (Red+Green+Blue) = 207+104+190=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CF68BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF68BE is #309741. Grayscale: #909090. Windows color (decimal): -3184450 or 12478671. OLE color: 12478671.
HSL color Cylindrical-coordinate representation of color #CF68BE: hue angle of 309.9º 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 #CF68BE is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 190 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.19 |
| HSL | 309.9º | 0.52% | 0.61% | - |
| HSV(B) | 309.9º | 0.5% | 0.81% | - |
| XYZ | 39.98 | 26.88 | 51.8 | - |
| YUV | 144.6 | 153.62 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 190 | 0 | 0.50 | 0.08 | 0.19 | 309.9 | 0.52 | 0.61 |
| Hex | CF | 68 | BE | 0 | 32 | 8 | 13 | 136 | 34 | 3D |
| Octal | 317 | 150 | 276 | 0 | 62 | 10 | 23 | 466 | 64 | 75 |
| Binary | 11001111 | 1101000 | 10111110 | 0 | 110010 | 1000 | 10011 | 100110110 | 110100 | 111101 |
Color Harmonies of #CF68BE
Complementary color
Monochromatic Colors of #CF68BE
Black with #CF68BE
Text Example
Text Example
White with #CF68BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF68BE; }
p { color: rgb(207,104,190); }
H1.HeaderClassName
{
color: #CF68BE;
}
.AnyTagClassName
{
color: #CF68BE;
}
</style>
background-color css
<style>
a { background-color: #CF68BE; }
a { background-color: rgb(207,104,190); }
div.DivClassName
{
background-color: #CF68BE;
}
.BgClassName
{
background-color: #CF68BE;
}
</style>
border-color css
<style>
span { border-color: #CF68BE; }
span { border-color: rgb(207,104,190); }
td.TdClassName
{
border-color: #CF68BE;
}
.TagClassName
{
border-color: #CF68BE;
}
</style>