Shades of Fuchsia #CF66B1
Tints of Fuchsia #CF66B1
RGB
CMYK
RGB Variations
Color information
#CF66B1 (or 0xCF66B1) is known color: Fuchsia. HEX triplet: CF, 66 and B1. RGB value is (207,102,177). Sum of RGB (Red+Green+Blue) = 207+102+177=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CF66B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF66B1 is #30994E. Grayscale: #8D8D8D. Windows color (decimal): -3184975 or 11626191. OLE color: 11626191.
HSL color Cylindrical-coordinate representation of color #CF66B1: hue angle of 317.14º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF66B1 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 177 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.19 |
| HSL | 317.14º | 0.52% | 0.61% | - |
| HSV(B) | 317.14º | 0.51% | 0.81% | - |
| XYZ | 38.42 | 25.94 | 44.58 | - |
| YUV | 141.95 | 147.79 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 177 | 0 | 0.51 | 0.14 | 0.19 | 317.14 | 0.52 | 0.61 |
| Hex | CF | 66 | B1 | 0 | 33 | E | 13 | 13D | 34 | 3D |
| Octal | 317 | 146 | 261 | 0 | 63 | 16 | 23 | 475 | 64 | 75 |
| Binary | 11001111 | 1100110 | 10110001 | 0 | 110011 | 1110 | 10011 | 100111101 | 110100 | 111101 |
Color Harmonies of #CF66B1
Complementary color
Monochromatic Colors of #CF66B1
Black with #CF66B1
Text Example
Text Example
White with #CF66B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF66B1; }
p { color: rgb(207,102,177); }
H1.HeaderClassName
{
color: #CF66B1;
}
.AnyTagClassName
{
color: #CF66B1;
}
</style>
background-color css
<style>
a { background-color: #CF66B1; }
a { background-color: rgb(207,102,177); }
div.DivClassName
{
background-color: #CF66B1;
}
.BgClassName
{
background-color: #CF66B1;
}
</style>
border-color css
<style>
span { border-color: #CF66B1; }
span { border-color: rgb(207,102,177); }
td.TdClassName
{
border-color: #CF66B1;
}
.TagClassName
{
border-color: #CF66B1;
}
</style>