Shades of Fuchsia #CF66B2
Tints of Fuchsia #CF66B2
RGB
CMYK
RGB Variations
Color information
#CF66B2 (or 0xCF66B2) is known color: Fuchsia. HEX triplet: CF, 66 and B2. RGB value is (207,102,178). Sum of RGB (Red+Green+Blue) = 207+102+178=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CF66B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF66B2 is #30994D. Grayscale: #8D8D8D. Windows color (decimal): -3184974 or 11691727. OLE color: 11691727.
HSL color Cylindrical-coordinate representation of color #CF66B2: hue angle of 316.57º 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 #CF66B2 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 178 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.19 |
| HSL | 316.57º | 0.52% | 0.61% | - |
| HSV(B) | 316.57º | 0.51% | 0.81% | - |
| XYZ | 38.52 | 25.98 | 45.1 | - |
| YUV | 142.06 | 148.29 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 178 | 0 | 0.51 | 0.14 | 0.19 | 316.57 | 0.52 | 0.61 |
| Hex | CF | 66 | B2 | 0 | 33 | E | 13 | 13D | 34 | 3D |
| Octal | 317 | 146 | 262 | 0 | 63 | 16 | 23 | 475 | 64 | 75 |
| Binary | 11001111 | 1100110 | 10110010 | 0 | 110011 | 1110 | 10011 | 100111101 | 110100 | 111101 |
Color Harmonies of #CF66B2
Complementary color
Monochromatic Colors of #CF66B2
Black with #CF66B2
Text Example
Text Example
White with #CF66B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF66B2; }
p { color: rgb(207,102,178); }
H1.HeaderClassName
{
color: #CF66B2;
}
.AnyTagClassName
{
color: #CF66B2;
}
</style>
background-color css
<style>
a { background-color: #CF66B2; }
a { background-color: rgb(207,102,178); }
div.DivClassName
{
background-color: #CF66B2;
}
.BgClassName
{
background-color: #CF66B2;
}
</style>
border-color css
<style>
span { border-color: #CF66B2; }
span { border-color: rgb(207,102,178); }
td.TdClassName
{
border-color: #CF66B2;
}
.TagClassName
{
border-color: #CF66B2;
}
</style>