Shades of Fuchsia #CF65BD
Tints of Fuchsia #CF65BD
RGB
CMYK
RGB Variations
Color information
#CF65BD (or 0xCF65BD) is known color: Fuchsia. HEX triplet: CF, 65 and BD. RGB value is (207,101,189). Sum of RGB (Red+Green+Blue) = 207+101+189=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CF65BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF65BD is #309A42. Grayscale: #8E8E8E. Windows color (decimal): -3185219 or 12412367. OLE color: 12412367.
HSL color Cylindrical-coordinate representation of color #CF65BD: hue angle of 310.19º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF65BD is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 189 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.19 |
| HSL | 310.19º | 0.52% | 0.6% | - |
| HSV(B) | 310.19º | 0.51% | 0.81% | - |
| XYZ | 39.57 | 26.25 | 51.12 | - |
| YUV | 142.73 | 154.12 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 189 | 0 | 0.51 | 0.09 | 0.19 | 310.19 | 0.52 | 0.6 |
| Hex | CF | 65 | BD | 0 | 33 | 9 | 13 | 136 | 34 | 3C |
| Octal | 317 | 145 | 275 | 0 | 63 | 11 | 23 | 466 | 64 | 74 |
| Binary | 11001111 | 1100101 | 10111101 | 0 | 110011 | 1001 | 10011 | 100110110 | 110100 | 111100 |
Color Harmonies of #CF65BD
Complementary color
Monochromatic Colors of #CF65BD
Black with #CF65BD
Text Example
Text Example
White with #CF65BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF65BD; }
p { color: rgb(207,101,189); }
H1.HeaderClassName
{
color: #CF65BD;
}
.AnyTagClassName
{
color: #CF65BD;
}
</style>
background-color css
<style>
a { background-color: #CF65BD; }
a { background-color: rgb(207,101,189); }
div.DivClassName
{
background-color: #CF65BD;
}
.BgClassName
{
background-color: #CF65BD;
}
</style>
border-color css
<style>
span { border-color: #CF65BD; }
span { border-color: rgb(207,101,189); }
td.TdClassName
{
border-color: #CF65BD;
}
.TagClassName
{
border-color: #CF65BD;
}
</style>