Shades of Fuchsia #CF54BE
Tints of Fuchsia #CF54BE
RGB
CMYK
RGB Variations
Color information
#CF54BE (or 0xCF54BE) is known color: Fuchsia. HEX triplet: CF, 54 and BE. RGB value is (207,84,190). Sum of RGB (Red+Green+Blue) = 207+84+190=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF54BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF54BE is #30AB41. Grayscale: #848484. Windows color (decimal): -3189570 or 12473551. OLE color: 12473551.
HSL color Cylindrical-coordinate representation of color #CF54BE: hue angle of 308.29º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF54BE is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 190 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.19 |
| HSL | 308.29º | 0.56% | 0.57% | - |
| HSV(B) | 308.29º | 0.59% | 0.81% | - |
| XYZ | 38.2 | 23.32 | 51.2 | - |
| YUV | 132.86 | 160.25 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 190 | 0 | 0.59 | 0.08 | 0.19 | 308.29 | 0.56 | 0.57 |
| Hex | CF | 54 | BE | 0 | 3B | 8 | 13 | 134 | 38 | 39 |
| Octal | 317 | 124 | 276 | 0 | 73 | 10 | 23 | 464 | 70 | 71 |
| Binary | 11001111 | 1010100 | 10111110 | 0 | 111011 | 1000 | 10011 | 100110100 | 111000 | 111001 |
Color Harmonies of #CF54BE
Complementary color
Monochromatic Colors of #CF54BE
Black with #CF54BE
Text Example
Text Example
White with #CF54BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF54BE; }
p { color: rgb(207,84,190); }
H1.HeaderClassName
{
color: #CF54BE;
}
.AnyTagClassName
{
color: #CF54BE;
}
</style>
background-color css
<style>
a { background-color: #CF54BE; }
a { background-color: rgb(207,84,190); }
div.DivClassName
{
background-color: #CF54BE;
}
.BgClassName
{
background-color: #CF54BE;
}
</style>
border-color css
<style>
span { border-color: #CF54BE; }
span { border-color: rgb(207,84,190); }
td.TdClassName
{
border-color: #CF54BE;
}
.TagClassName
{
border-color: #CF54BE;
}
</style>