Shades of Fuchsia #CF68B1
Tints of Fuchsia #CF68B1
RGB
CMYK
RGB Variations
Color information
#CF68B1 (or 0xCF68B1) is known color: Fuchsia. HEX triplet: CF, 68 and B1. RGB value is (207,104,177). Sum of RGB (Red+Green+Blue) = 207+104+177=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CF68B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF68B1 is #30974E. Grayscale: #8E8E8E. Windows color (decimal): -3184463 or 11626703. OLE color: 11626703.
HSL color Cylindrical-coordinate representation of color #CF68B1: hue angle of 317.48º 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 #CF68B1 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 177 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.19 |
| HSL | 317.48º | 0.52% | 0.61% | - |
| HSV(B) | 317.48º | 0.5% | 0.81% | - |
| XYZ | 38.62 | 26.34 | 44.64 | - |
| YUV | 143.12 | 147.12 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 177 | 0 | 0.50 | 0.14 | 0.19 | 317.48 | 0.52 | 0.61 |
| Hex | CF | 68 | B1 | 0 | 32 | E | 13 | 13D | 34 | 3D |
| Octal | 317 | 150 | 261 | 0 | 62 | 16 | 23 | 475 | 64 | 75 |
| Binary | 11001111 | 1101000 | 10110001 | 0 | 110010 | 1110 | 10011 | 100111101 | 110100 | 111101 |
Color Harmonies of #CF68B1
Complementary color
Monochromatic Colors of #CF68B1
Black with #CF68B1
Text Example
Text Example
White with #CF68B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF68B1; }
p { color: rgb(207,104,177); }
H1.HeaderClassName
{
color: #CF68B1;
}
.AnyTagClassName
{
color: #CF68B1;
}
</style>
background-color css
<style>
a { background-color: #CF68B1; }
a { background-color: rgb(207,104,177); }
div.DivClassName
{
background-color: #CF68B1;
}
.BgClassName
{
background-color: #CF68B1;
}
</style>
border-color css
<style>
span { border-color: #CF68B1; }
span { border-color: rgb(207,104,177); }
td.TdClassName
{
border-color: #CF68B1;
}
.TagClassName
{
border-color: #CF68B1;
}
</style>