Shades of Fuchsia #CF66BD
Tints of Fuchsia #CF66BD
RGB
CMYK
RGB Variations
Color information
#CF66BD (or 0xCF66BD) is known color: Fuchsia. HEX triplet: CF, 66 and BD. RGB value is (207,102,189). Sum of RGB (Red+Green+Blue) = 207+102+189=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CF66BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF66BD is #309942. Grayscale: #8F8F8F. Windows color (decimal): -3184963 or 12412623. OLE color: 12412623.
HSL color Cylindrical-coordinate representation of color #CF66BD: hue angle of 310.29º 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 #CF66BD is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 189 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.19 |
| HSL | 310.29º | 0.52% | 0.61% | - |
| HSV(B) | 310.29º | 0.51% | 0.81% | - |
| XYZ | 39.67 | 26.44 | 51.16 | - |
| YUV | 143.31 | 153.79 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 189 | 0 | 0.51 | 0.09 | 0.19 | 310.29 | 0.52 | 0.61 |
| Hex | CF | 66 | BD | 0 | 33 | 9 | 13 | 136 | 34 | 3D |
| Octal | 317 | 146 | 275 | 0 | 63 | 11 | 23 | 466 | 64 | 75 |
| Binary | 11001111 | 1100110 | 10111101 | 0 | 110011 | 1001 | 10011 | 100110110 | 110100 | 111101 |
Color Harmonies of #CF66BD
Complementary color
Monochromatic Colors of #CF66BD
Black with #CF66BD
Text Example
Text Example
White with #CF66BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF66BD; }
p { color: rgb(207,102,189); }
H1.HeaderClassName
{
color: #CF66BD;
}
.AnyTagClassName
{
color: #CF66BD;
}
</style>
background-color css
<style>
a { background-color: #CF66BD; }
a { background-color: rgb(207,102,189); }
div.DivClassName
{
background-color: #CF66BD;
}
.BgClassName
{
background-color: #CF66BD;
}
</style>
border-color css
<style>
span { border-color: #CF66BD; }
span { border-color: rgb(207,102,189); }
td.TdClassName
{
border-color: #CF66BD;
}
.TagClassName
{
border-color: #CF66BD;
}
</style>