Shades of Fuchsia #CF40BE
Tints of Fuchsia #CF40BE
RGB
CMYK
RGB Variations
Color information
#CF40BE (or 0xCF40BE) is known color: Fuchsia. HEX triplet: CF, 40 and BE. RGB value is (207,64,190). Sum of RGB (Red+Green+Blue) = 207+64+190=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF40BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF40BE is #30BF41. Grayscale: #787878. Windows color (decimal): -3194690 or 12468431. OLE color: 12468431.
HSL color Cylindrical-coordinate representation of color #CF40BE: hue angle of 307.13º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF40BE is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 190 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.19 |
| HSL | 307.13º | 0.6% | 0.53% | - |
| HSV(B) | 307.13º | 0.69% | 0.81% | - |
| XYZ | 36.86 | 20.65 | 50.76 | - |
| YUV | 121.12 | 166.88 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 190 | 0 | 0.69 | 0.08 | 0.19 | 307.13 | 0.6 | 0.53 |
| Hex | CF | 40 | BE | 0 | 45 | 8 | 13 | 133 | 3C | 35 |
| Octal | 317 | 100 | 276 | 0 | 105 | 10 | 23 | 463 | 74 | 65 |
| Binary | 11001111 | 1000000 | 10111110 | 0 | 1000101 | 1000 | 10011 | 100110011 | 111100 | 110101 |
Color Harmonies of #CF40BE
Complementary color
Monochromatic Colors of #CF40BE
Black with #CF40BE
Text Example
Text Example
White with #CF40BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF40BE; }
p { color: rgb(207,64,190); }
H1.HeaderClassName
{
color: #CF40BE;
}
.AnyTagClassName
{
color: #CF40BE;
}
</style>
background-color css
<style>
a { background-color: #CF40BE; }
a { background-color: rgb(207,64,190); }
div.DivClassName
{
background-color: #CF40BE;
}
.BgClassName
{
background-color: #CF40BE;
}
</style>
border-color css
<style>
span { border-color: #CF40BE; }
span { border-color: rgb(207,64,190); }
td.TdClassName
{
border-color: #CF40BE;
}
.TagClassName
{
border-color: #CF40BE;
}
</style>