Shades of Fuchsia #CF66B3
Tints of Fuchsia #CF66B3
RGB
CMYK
RGB Variations
Color information
#CF66B3 (or 0xCF66B3) is known color: Fuchsia. HEX triplet: CF, 66 and B3. RGB value is (207,102,179). Sum of RGB (Red+Green+Blue) = 207+102+179=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CF66B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF66B3 is #30994C. Grayscale: #8D8D8D. Windows color (decimal): -3184973 or 11757263. OLE color: 11757263.
HSL color Cylindrical-coordinate representation of color #CF66B3: hue angle of 316º 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 #CF66B3 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 179 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.19 |
| HSL | 316º | 0.52% | 0.61% | - |
| HSV(B) | 316º | 0.51% | 0.81% | - |
| XYZ | 38.62 | 26.02 | 45.64 | - |
| YUV | 142.17 | 148.79 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 179 | 0 | 0.51 | 0.14 | 0.19 | 316 | 0.52 | 0.61 |
| Hex | CF | 66 | B3 | 0 | 33 | E | 13 | 13C | 34 | 3D |
| Octal | 317 | 146 | 263 | 0 | 63 | 16 | 23 | 474 | 64 | 75 |
| Binary | 11001111 | 1100110 | 10110011 | 0 | 110011 | 1110 | 10011 | 100111100 | 110100 | 111101 |
Color Harmonies of #CF66B3
Complementary color
Monochromatic Colors of #CF66B3
Black with #CF66B3
Text Example
Text Example
White with #CF66B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF66B3; }
p { color: rgb(207,102,179); }
H1.HeaderClassName
{
color: #CF66B3;
}
.AnyTagClassName
{
color: #CF66B3;
}
</style>
background-color css
<style>
a { background-color: #CF66B3; }
a { background-color: rgb(207,102,179); }
div.DivClassName
{
background-color: #CF66B3;
}
.BgClassName
{
background-color: #CF66B3;
}
</style>
border-color css
<style>
span { border-color: #CF66B3; }
span { border-color: rgb(207,102,179); }
td.TdClassName
{
border-color: #CF66B3;
}
.TagClassName
{
border-color: #CF66B3;
}
</style>